Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tests/manifest_file/nacl.scons

Issue 10834447: Scons: Drop the uses_ppapi argument from CommandSelLdrTestNacl() (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: initial Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'],

Powered by Google App Engine
This is Rietveld 408576698