diff options
Diffstat (limited to 'mojo/common/BUILD.gn')
-rw-r--r-- | mojo/common/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn index a825189..df1e4df 100644 --- a/mojo/common/BUILD.gn +++ b/mojo/common/BUILD.gn @@ -36,7 +36,7 @@ test("mojo_common_unittests") { ":common", "//base", "//base:message_loop_tests", - "//mojo/common/test:run_all_unittests", + "//mojo/edk/test:run_all_unittests", "//mojo/edk/test:test_support", "//mojo/environment:chromium", "//mojo/public/cpp/bindings", |