Skip to content

Commit 303b5d8

Browse files
authored
test/worlds.jl: embarrassing typo fix (#59260)
#57965 (comment)
1 parent 50c9d21 commit 303b5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/worlds.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,4 +597,4 @@ function f()
597597
Core._eval_import(true, @__MODULE__, nothing, Expr(:., :Random))
598598
end
599599
end
600-
@test_throws ErrorException("importing Random into M57965 conflicts with an existing global") M57965.f()s
600+
@test_throws ErrorException("importing Random into M57965 conflicts with an existing global") M57965.f()

0 commit comments

Comments
 (0)