| Index: tests/manifest_file/nacl.scons
|
| diff --git a/tests/manifest_file/nacl.scons b/tests/manifest_file/nacl.scons
|
| index 8bc642c1ebeef5fda9c6ed71bc4e6ce03aafebed..86b09f40bb3a60709f7820352ad1fc3ab0cb56dd 100644
|
| --- a/tests/manifest_file/nacl.scons
|
| +++ b/tests/manifest_file/nacl.scons
|
| @@ -32,8 +32,7 @@ node = env.SelUniversalTest(
|
| '--command_file',
|
| env.File('srpc_manifest_file_test.stdin')],
|
| stdout_golden=env.File('srpc_manifest_file_test.stdout'),
|
| - # Slight misnomer: actually just enables the IRT.
|
| - uses_ppapi=True
|
| + uses_irt=True,
|
| )
|
| env.AddNodeToTestSuite(node,
|
| ['small_tests'],
|
|
|