Index: tests/multiple_sandboxes/nacl.scons |
=================================================================== |
--- tests/multiple_sandboxes/nacl.scons (revision 5777) |
+++ tests/multiple_sandboxes/nacl.scons (working copy) |
@@ -43,7 +43,7 @@ |
] + VALIDATOR_LIBS + DEBUG_LIBS) |
test_prog = env.ComponentProgram( |
- 'multidomain_test_guest.nexe', ['multidomain_test_guest.c'], |
+ 'multidomain_test_guest', ['multidomain_test_guest.c'], |
EXTRA_LIBS=['imc_syscalls']) |
node = env.CommandTest('multidomain_test.out', [runner, test_prog], |