Skip to content

Commit 1326e4b

Browse files
committed
Revert "Update testenv.jl"
This reverts commit edf5486.
1 parent edf5486 commit 1326e4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/testenv.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ if !@isdefined(testenv_defined)
1717
push!(test_exeflags.exec, "--check-bounds=yes")
1818
push!(test_exeflags.exec, "--startup-file=no")
1919
push!(test_exeflags.exec, "--depwarn=error")
20-
if Base.JLOptions().use_sysimage_native_code == 0
21-
push!(test_exeflags.exec, "--sysimage-native-code=no")
22-
end
2320
end
2421
if haskey(ENV, "JULIA_TEST_EXTRA_EXEFLAGS")
2522
append!(test_exeflags.exec, Base.shell_split(ENV["JULIA_TEST_EXTRA_EXEFLAGS"]))

0 commit comments

Comments
 (0)