summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 21:04:15 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 21:04:15 +0000
commitbdb2b052880db23872869796f4979adceaf5f43a (patch)
tree506a93ce2afb26d985f65c255e2966023bf42120 /chrome/test/nacl
parentfc2652479169e0cfda69fb58c8232ed32e86b706 (diff)
downloadchromium_src-bdb2b052880db23872869796f4979adceaf5f43a.zip
chromium_src-bdb2b052880db23872869796f4979adceaf5f43a.tar.gz
chromium_src-bdb2b052880db23872869796f4979adceaf5f43a.tar.bz2
After recent changes (handle passing and RNG) Native Client tests run successfully in the sandbox.
Review URL: http://codereview.chromium.org/316011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/nacl')
-rw-r--r--chrome/test/nacl/nacl_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/nacl/nacl_test.cc b/chrome/test/nacl/nacl_test.cc
index cf0e742..ced0e51 100644
--- a/chrome/test/nacl/nacl_test.cc
+++ b/chrome/test/nacl/nacl_test.cc
@@ -25,7 +25,6 @@ static const FilePath::CharType kSrpcHwNexeFileName[] =
NaClTest::NaClTest()
: UITest() {
launch_arguments_.AppendSwitch(switches::kInternalNaCl);
- launch_arguments_.AppendSwitch(switches::kNoSandbox);
}
NaClTest::~NaClTest() {}