Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: sandbox/linux/tests/main.cc

Issue 10878033: Simplified unit testing of sandboxing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing parameter that suppresses benign error messages Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/seccomp-bpf/util.cc ('k') | sandbox/linux/tests/unit_tests.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/tests/main.cc
diff --git a/sandbox/linux/tests/unit_tests.cc b/sandbox/linux/tests/main.cc
similarity index 99%
copy from sandbox/linux/tests/unit_tests.cc
copy to sandbox/linux/tests/main.cc
index 2e24d8c07c8ffa27386099f439bbda83b1894e2c..44126453214ebebb2609957fb74219391d8142ad 100644
--- a/sandbox/linux/tests/unit_tests.cc
+++ b/sandbox/linux/tests/main.cc
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include "testing/gtest/include/gtest/gtest.h"
+
+
int main(int argc, char *argv[]) {
testing::InitGoogleTest(&argc, argv);
// Always go through re-execution for death tests.
« no previous file with comments | « sandbox/linux/seccomp-bpf/util.cc ('k') | sandbox/linux/tests/unit_tests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698