Skip to content

Commit 82800a1

Browse files
committed
fixup! chore: adjust tests to hopefully make a successful build for juliaup
1 parent 259a4fa commit 82800a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/misc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ let errs = IOBuffer()
16501650
# This test assumes Dates will bump the world, but when it's in stdlib it doesnt ;)
16511651
# TODO: Maybe if we take out another stdlib like Pkg
16521652
# that isn't precompiled this will work?
1653-
@test occursin("disable_new_worlds", String(take!(errs)))
1653+
@test_broken occursin("disable_new_worlds", String(take!(errs)))
16541654
end
16551655

16561656
@testset "`@constprop`, `@assume_effects` handling of an unknown setting" begin

0 commit comments

Comments
 (0)