| Index: tests/trusted_crash/crash_in_syscall/nacl.scons
|
| diff --git a/tests/trusted_crash/crash_in_syscall/nacl.scons b/tests/trusted_crash/crash_in_syscall/nacl.scons
|
| index 01260bf3cc6f223752bd32039d450d30d03396d1..8738dff8e8c2ff598a2bf6b5581f6660728f4c80 100644
|
| --- a/tests/trusted_crash/crash_in_syscall/nacl.scons
|
| +++ b/tests/trusted_crash/crash_in_syscall/nacl.scons
|
| @@ -8,10 +8,7 @@ Import('env')
|
|
|
| test_prog = env.ComponentProgram('test_guest', ['test_guest.c'],
|
| EXTRA_LIBS=['${NONIRT_LIBS}'])
|
| -
|
| -# If we are generating a pexe, translate it first
|
| -if env.ShouldTranslateToNexe(test_prog):
|
| - test_prog = env.GetTranslatedNexe(test_prog)
|
| +test_prog = env.GetTranslatedNexe(test_prog)
|
|
|
| # This test covers how NaCl interacts with host-OS-specific
|
| # interfaces, and it is only implemented for Windows and Linux. On
|
|
|