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

Unified Diff: tests/nameservice/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
« src/untrusted/irt/nacl.scons ('K') | « tests/manifest_file/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/nameservice/nacl.scons
diff --git a/tests/nameservice/nacl.scons b/tests/nameservice/nacl.scons
index 35eeac758c503cfcf53f387f3881d9e9784c2bd5..d78d2959273ea216d3eb19d29ebacb2e99b17fb5 100644
--- a/tests/nameservice/nacl.scons
+++ b/tests/nameservice/nacl.scons
@@ -45,8 +45,7 @@ node = env.SelUniversalTest(
'--command_file',
env.File('srpc_nameservice_test.stdin')],
stdout_golden=env.File('srpc_nameservice_test.stdout'),
- # Slight misnomer: actually just enables the IRT.
- uses_ppapi=True
+ uses_irt=True
)
env.AddNodeToTestSuite(node,
['small_tests'],
« src/untrusted/irt/nacl.scons ('K') | « tests/manifest_file/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698