| Index: sandbox/win/tests/validation_tests/suite.cc
|
| diff --git a/sandbox/win/tests/validation_tests/suite.cc b/sandbox/win/tests/validation_tests/suite.cc
|
| index afb00b58cfb1142bc862cc3fbc83476d230733bd..483d6fbff61a05092ede8dc55da729368f761909 100644
|
| --- a/sandbox/win/tests/validation_tests/suite.cc
|
| +++ b/sandbox/win/tests/validation_tests/suite.cc
|
| @@ -153,7 +153,6 @@ TEST(ValidationSuite, TestWindows) {
|
| TEST(ValidationSuite, TestProcessDenyLockdown) {
|
| TestRunner runner;
|
| TestRunner target;
|
| - wchar_t command[1024] = {0};
|
|
|
| target.SetAsynchronous(true);
|
|
|
| @@ -171,7 +170,6 @@ TEST(ValidationSuite, TestProcessDenyLowIntegrity) {
|
|
|
| TestRunner runner;
|
| TestRunner target;
|
| - wchar_t command[1024] = {0};
|
|
|
| target.SetAsynchronous(true);
|
| target.GetPolicy()->SetDelayedIntegrityLevel(INTEGRITY_LEVEL_LOW);
|
| @@ -193,7 +191,6 @@ TEST(ValidationSuite, TestProcessDenyBelowLowIntegrity) {
|
|
|
| TestRunner runner;
|
| TestRunner target;
|
| - wchar_t command[1024] = {0};
|
|
|
| target.SetAsynchronous(true);
|
| target.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW);
|
|
|