Chromium Code Reviews| Index: tests/createthreads/nacl.scons |
| =================================================================== |
| --- tests/createthreads/nacl.scons (revision 5777) |
| +++ tests/createthreads/nacl.scons (working copy) |
| @@ -5,7 +5,7 @@ |
| Import('env') |
| -env.ComponentProgram('createthreads.nexe', 'createthreads.cc', |
| +env.ComponentProgram('createthreads', 'createthreads.cc', |
| EXTRA_LIBS=['srpc', 'm', 'pthread']) |
| # TODO: add test |