Skip to content

Commit 09c80a2

Browse files
Update test/scalar.jl
1 parent 3ab5da1 commit 09c80a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scalar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ end
235235

236236
γ_added = γ + α
237237
# Original tests
238-
@test_broken γ_added(u, p, t; dtgamma) (dtgamma + p) * u
238+
@test_throws ArgumentError γ_added(u, p, t; dtgamma) (dtgamma + p) * u
239239

240240
# New interface tests
241241
@test γ_added(v, u, p, t; dtgamma) (dtgamma + p) * v

0 commit comments

Comments
 (0)