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

Unified Diff: mojo/edk/js/tests/run_js_unittests.cc

Issue 2745293005: Moving mojo/validation test into LayoutTests (Closed)
Patch Set: fix nits Created 3 years, 9 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
Index: mojo/edk/js/tests/run_js_unittests.cc
diff --git a/mojo/edk/js/tests/run_js_unittests.cc b/mojo/edk/js/tests/run_js_unittests.cc
index e1c17ee04486d646684814c69ebae1de6f3a93aa..1ce06dbbb88561eb5ecd6e657381a397854cf42e 100644
--- a/mojo/edk/js/tests/run_js_unittests.cc
+++ b/mojo/edk/js/tests/run_js_unittests.cc
@@ -49,10 +49,6 @@ TEST(JSTest, Core) {
RunTest("core_unittest.js", true);
}
-TEST(JSTest, Validation) {
- RunTest("validation_unittest.js", true);
-}
-
} // namespace
} // namespace js
} // namespace edk

Powered by Google App Engine
This is Rietveld 408576698