From bd5afe14ca4282c583b6f78f94f05d41742d7b2a Mon Sep 17 00:00:00 2001 From: Sam Schweigel Date: Tue, 12 Aug 2025 11:53:34 -0700 Subject: [PATCH] test/worlds.jl: embarrassing typo fix --- test/worlds.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/worlds.jl b/test/worlds.jl index caededd329eff..db9a48ae45197 100644 --- a/test/worlds.jl +++ b/test/worlds.jl @@ -597,4 +597,4 @@ function f() Core._eval_import(true, @__MODULE__, nothing, Expr(:., :Random)) end end -@test_throws ErrorException("importing Random into M57965 conflicts with an existing global") M57965.f()s +@test_throws ErrorException("importing Random into M57965 conflicts with an existing global") M57965.f()