Skip to content

Commit 787320b

Browse files
authored
Update test/syntax.jl
1 parent 8f7cca2 commit 787320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/syntax.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4404,6 +4404,6 @@ end
44044404
Cols(args...; operator=union) = (new{typeof(args)}(args, operator); string($(Expr(:thisfunction))))
44054405
end
44064406
result = Cols(1, 2, 3)
4407-
@test result == "Cols"
4407+
@test occursin("Cols", result)
44084408
end
44094409
end

0 commit comments

Comments
 (0)