Skip to content

Commit a60ffa0

Browse files
authored
Remove one more mention of ORCRT (#35)
1 parent 8228da6 commit a60ffa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mojo/private/mojo_binary_test.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def _mojo_binary_test_implementation(ctx, *, shared_library = False):
126126
"MODULAR_MOJO_MAX_COMPILERRT_PATH": "/dev/null", # Make sure this fails if accessed
127127
"MODULAR_MOJO_MAX_LINKER_DRIVER": "/dev/null", # Make sure this fails if accessed
128128
"MODULAR_MOJO_MAX_LLD_PATH": mojo_toolchain.lld.path,
129-
"MODULAR_MOJO_MAX_ORCRT_PATH": "/dev/null", # Make sure this fails if accessed
130129
"TEST_TMPDIR": ".",
131130
},
132131
use_default_shell_env = True,

0 commit comments

Comments
 (0)