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

Unified Diff: mojo/bindings/js/tests/run_js_tests.cc

Issue 708563002: Move mojo/public/js/bindings/ moves to mojo/public/js/ (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync again Created 6 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
« no previous file with comments | « mojo/bindings/js/support.cc ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/bindings/js/tests/run_js_tests.cc
diff --git a/mojo/bindings/js/tests/run_js_tests.cc b/mojo/bindings/js/tests/run_js_tests.cc
index 54d980613a97d44b9bb28add4651e4fc60b10b43..0804c9dab82e47b07a513dad8bfb57316afe9001 100644
--- a/mojo/bindings/js/tests/run_js_tests.cc
+++ b/mojo/bindings/js/tests/run_js_tests.cc
@@ -37,7 +37,6 @@ void RunTest(std::string test, bool run_until_idle) {
path = path.AppendASCII("mojo")
.AppendASCII("public")
.AppendASCII("js")
- .AppendASCII("bindings")
.AppendASCII(test);
TestRunnerDelegate delegate;
gin::RunTestFromFile(path, &delegate, run_until_idle);
« no previous file with comments | « mojo/bindings/js/support.cc ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698