Skip to content

Commit 9f8644e

Browse files
committed
Update runtests.jl
1 parent 5e0db38 commit 9f8644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ end
470470
@test_throws BoundsError K[Inclusion(0..0.5), Inclusion(0..0.5)][1,1]
471471
end
472472

473-
@testset "A \ ( c .* B) == c .* (A\B) #101" begin
473+
@testset "A \\ ( c .* B) == c .* (A\\B) #101" begin
474474
L = LinearSpline(0:5)
475475
@test L \ (2L) == 2(L\L)
476476
end

0 commit comments

Comments
 (0)