Index: native_client_sdk/src/build_tools/test_projects.py |
diff --git a/native_client_sdk/src/build_tools/test_projects.py b/native_client_sdk/src/build_tools/test_projects.py |
index 9c1a0572127a75ce8821281e52805f4c3cc22dc7..8007a1fe6d98dc681c097a1e5fa0feb79fbba962 100755 |
--- a/native_client_sdk/src/build_tools/test_projects.py |
+++ b/native_client_sdk/src/build_tools/test_projects.py |
@@ -102,9 +102,6 @@ def GetBrowserTesterCommand(desc, toolchain, config): |
ppapi_plugin += '.so' |
args.extend(['--ppapi_plugin', ppapi_plugin]) |
- if toolchain == 'pnacl': |
- args.extend(['--browser_flag', '--enable-pnacl']) |
- |
url = 'index.html' |
url += '?tc=%s&config=%s&test=true' % (toolchain, config) |
args.extend(['--url', url]) |