| Index: tests/threads/nacl.scons
|
| diff --git a/tests/threads/nacl.scons b/tests/threads/nacl.scons
|
| index 74239bb01a8698f9727c22854a3393de1340748e..93f8384be7440d936b820fb8479db53ba89c9a0b 100644
|
| --- a/tests/threads/nacl.scons
|
| +++ b/tests/threads/nacl.scons
|
| @@ -184,7 +184,7 @@ env.AddNodeToTestSuite(node, ['small_tests'], 'run_second_tls_create_test')
|
| # If we find this test fails in practice, it should be disabled until
|
| # the races are fixed.
|
| node = env.CommandSelLdrTestNacl('many_threads_sequential_test.out',
|
| - [many_threads_sequential_nexe])
|
| + many_threads_sequential_nexe)
|
| env.AddNodeToTestSuite(node,
|
| ['small_tests'],
|
| 'run_many_threads_sequential_test',
|
|
|