Skip to content

Commit

Permalink
Missing error throw for char_uplo
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Apr 4, 2016
1 parent a9e7e86 commit 6ac401b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/linalg/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,5 @@ end

# Issue 14657
@test det([true false; false true]) == det(eye(Int, 2))

@test_throws ArgumentError Base.LinAlg.char_uplo(:Z)

0 comments on commit 6ac401b

Please sign in to comment.