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

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

Issue 2743623003: [mojo-js] Converts binding unittest into layout test. (Closed)
Patch Set: uses async/await 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
« no previous file with comments | « no previous file | mojo/public/js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bc5e242c629813cb16eae7f2d4bc50c9a9c1043c..a7b70b7f90d84778a1e45bf4f4663da470d4218a 100644
--- a/mojo/edk/js/tests/run_js_unittests.cc
+++ b/mojo/edk/js/tests/run_js_unittests.cc
@@ -45,10 +45,6 @@ void RunTest(std::string test, bool run_until_idle) {
}
// TODO(abarth): Should we autogenerate these stubs from GYP?
-TEST(JSTest, Binding) {
- RunTest("binding_unittest.js", false);
-}
-
TEST(JSTest, Codec) {
RunTest("codec_unittest.js", true);
}
« no previous file with comments | « no previous file | mojo/public/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698