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

Unified Diff: mojo/public/bindings/sample/sample_test.cc

Issue 68203005: Mojo: Make tests under mojo/public use our own run_all_unittests.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: mojo/public/bindings/sample/sample_test.cc
diff --git a/mojo/public/bindings/sample/sample_test.cc b/mojo/public/bindings/sample/sample_test.cc
index 1ca95dc73fd258477ec99fe4f04b44f686eba3fa..abcd57118e1d1e75630b37f77799e5405a96e8e8 100644
--- a/mojo/public/bindings/sample/sample_test.cc
+++ b/mojo/public/bindings/sample/sample_test.cc
@@ -176,6 +176,7 @@ void Exercise() {
} // namespace sample
int main() {
- sample::Exercise();
+ // TODO(vtl): Convert this to a gtest and use mojo_run_all_unittests.
+ // sample::Exercise();
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698