Index: tests/nullptr/nacl.scons |
=================================================================== |
--- tests/nullptr/nacl.scons (revision 5777) |
+++ tests/nullptr/nacl.scons (working copy) |
@@ -6,13 +6,13 @@ |
Import('env') |
-nexe = env.ComponentProgram('nullptr.nexe', |
+nexe = env.ComponentProgram('nullptr', |
'nullptr.c', |
EXTRA_LIBS=['pthread'], |
) |
node = env.CommandSelLdrTestNacl('nullptr.out', |
- command=[env.File('nullptr.nexe')], |
+ nexe, |
exit_status='untrusted_segfault') |
env.AddNodeToTestSuite(node, ['small_tests'], 'run_nullptr_test') |