Chromium Code Reviews| Index: tests/glibc_file64_test/nacl.scons |
| =================================================================== |
| --- tests/glibc_file64_test/nacl.scons (revision 5777) |
| +++ tests/glibc_file64_test/nacl.scons (working copy) |
| @@ -13,5 +13,5 @@ |
| if not env.Bit('nacl_glibc'): |
| Return() |
| -env.ComponentProgram('test_file.nexe', 'test_file.c') |
| -# We don't want to execute this nexe |
| +env.ComponentProgram('test_file', 'test_file.c') |
| +# We don't want to execute this nexe |