summaryrefslogtreecommitdiffstats
path: root/sandbox/tests/integration_tests/integration_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/tests/integration_tests/integration_tests.cc')
-rw-r--r--sandbox/tests/integration_tests/integration_tests.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sandbox/tests/integration_tests/integration_tests.cc b/sandbox/tests/integration_tests/integration_tests.cc
index 5096abb..fcebd8d 100644
--- a/sandbox/tests/integration_tests/integration_tests.cc
+++ b/sandbox/tests/integration_tests/integration_tests.cc
@@ -7,8 +7,7 @@
int wmain(int argc, wchar_t **argv) {
if (argc >= 2) {
- if (0 == _wcsicmp(argv[1], L"-child") ||
- 0 == _wcsicmp(argv[1], L"-child-no-sandbox"))
+ if (0 == _wcsicmp(argv[1], L"-child"))
// This instance is a child, not the test.
return sandbox::DispatchCall(argc, argv);
}