diff options
Diffstat (limited to 'mojo/bindings/js/tests/BUILD.gn')
-rw-r--r-- | mojo/bindings/js/tests/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/bindings/js/tests/BUILD.gn b/mojo/bindings/js/tests/BUILD.gn index c85e68f..2d13ff4 100644 --- a/mojo/bindings/js/tests/BUILD.gn +++ b/mojo/bindings/js/tests/BUILD.gn @@ -7,7 +7,7 @@ test("mojo_js_unittests") { deps = [ "//gin:gin_test", "//mojo/bindings/js", - "//mojo/common/test:run_all_unittests", + "//mojo/edk/test:run_all_unittests", "//mojo/edk/test:test_support", "//mojo/public/cpp/environment:standalone", "//mojo/public/cpp/utility", |