Skip to content

Commit 6dc91ef

Browse files
Update test/scalar.jl
1 parent ea686c6 commit 6dc91ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/scalar.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ end
191191
@test convert(Number, β) t
192192

193193
# Original style tests
194-
@test_broken α(u, p, t) p * u
195-
@test_broken β(u, p, t) t * u
194+
@test_throws ArgumentError α(u, p, t) p * u
195+
@test_throws ArgumentError β(u, p, t) t * u
196196

197197
# Tests with new interface
198198
@test α(v, u, p, t) p * v

0 commit comments

Comments
 (0)