summaryrefslogtreecommitdiffstats
path: root/mojo/edk/test/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/test/BUILD.gn')
-rw-r--r--mojo/edk/test/BUILD.gn8
1 files changed, 0 insertions, 8 deletions
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index 171d087..791d62c 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -94,7 +94,6 @@ group("public_tests") {
":mojo_public_bindings_unittests",
":mojo_public_system_perftests",
":mojo_public_system_unittests",
- ":mojo_public_utility_unittests",
]
}
@@ -127,10 +126,3 @@ test("mojo_public_system_unittests") {
"//mojo/public/cpp/system/tests",
]
}
-
-test("mojo_public_utility_unittests") {
- deps = [
- ":run_all_unittests",
- "//mojo/public/cpp/utility/tests",
- ]
-}