Skip to content

Commit 664a5f6

Browse files
Update complex_tests.jl
1 parent a59ca25 commit 664a5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/complex_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ end
3939

4040
# currently broken
4141
for alg in implicit_autodiff
42-
@test_throws DimensionMismatch solve(prob, alg)
42+
@test_throws ArgumentError solve(prob, alg)
4343
end
4444
end

0 commit comments

Comments
 (0)