Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion mojo/private/mojo_binary_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def _mojo_binary_test_implementation(ctx, *, shared_library = False):
"MODULAR_MOJO_MAX_COMPILERRT_PATH": "/dev/null", # Make sure this fails if accessed
"MODULAR_MOJO_MAX_LINKER_DRIVER": "/dev/null", # Make sure this fails if accessed
"MODULAR_MOJO_MAX_LLD_PATH": mojo_toolchain.lld.path,
"MODULAR_MOJO_MAX_ORCRT_PATH": "/dev/null", # Make sure this fails if accessed
"TEST_TMPDIR": ".",
},
use_default_shell_env = True,
Expand Down