We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d427c commit c056aa0Copy full SHA for c056aa0
1 file changed
test/precompile.jl
@@ -1419,7 +1419,7 @@ precompile_test_harness("conflicting namespaces") do dir
1419
try
1420
for i = 1:2
1421
@test readchomp(pipeline(`$exename -E $(testcode)`, stderr=fname)) == "nothing"
1422
- @test read(fname, String) == "Iterators\n"
+ @test endswith(read(fname, String), "Iterators\n")
1423
end
1424
finally
1425
rm(fname, force=true)
0 commit comments