diff options
Diffstat (limited to 'mojo/shell/public/cpp/tests/BUILD.gn')
-rw-r--r-- | mojo/shell/public/cpp/tests/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/public/cpp/tests/BUILD.gn b/mojo/shell/public/cpp/tests/BUILD.gn index ef9bbbd..7df8e36 100644 --- a/mojo/shell/public/cpp/tests/BUILD.gn +++ b/mojo/shell/public/cpp/tests/BUILD.gn @@ -6,7 +6,7 @@ import("//testing/test.gni") test("mojo_public_application_unittests") { sources = [ - "connection_impl_unittest.cc", + "interface_registry_unittest.cc", ] deps = [ |