diff options
Diffstat (limited to 'sandbox/tests/integration_tests')
4 files changed, 0 insertions, 4 deletions
diff --git a/sandbox/tests/integration_tests/integration_tests.cc b/sandbox/tests/integration_tests/integration_tests.cc index dc420a1..f7cbd15 100644 --- a/sandbox/tests/integration_tests/integration_tests.cc +++ b/sandbox/tests/integration_tests/integration_tests.cc @@ -15,4 +15,3 @@ int wmain(int argc, wchar_t **argv) { testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } - diff --git a/sandbox/tests/integration_tests/integration_tests_test.cc b/sandbox/tests/integration_tests/integration_tests_test.cc index ce15d98..b610681 100644 --- a/sandbox/tests/integration_tests/integration_tests_test.cc +++ b/sandbox/tests/integration_tests/integration_tests_test.cc @@ -92,4 +92,3 @@ TEST(IntegrationTestsTest, ForwardsArguments) { } } // namespace sandbox - diff --git a/sandbox/tests/integration_tests/stdafx.cc b/sandbox/tests/integration_tests/stdafx.cc index de0e1fa..e557e72 100644 --- a/sandbox/tests/integration_tests/stdafx.cc +++ b/sandbox/tests/integration_tests/stdafx.cc @@ -3,4 +3,3 @@ // found in the LICENSE file. #include "sandbox/tests/integration_tests/stdafx.h" - diff --git a/sandbox/tests/integration_tests/stdafx.h b/sandbox/tests/integration_tests/stdafx.h index 80413d9..e7877cf 100644 --- a/sandbox/tests/integration_tests/stdafx.h +++ b/sandbox/tests/integration_tests/stdafx.h @@ -10,4 +10,3 @@ #include <stdlib.h> #endif // SANDBOX_TESTS_INTEGRATION_TESTS_STDAFX_H__ - |