pw_unit_test: Allow googletest_test_matchers_test to run

Change-Id: Ie81ace9cae6db857699548c04a7bdde97257c3d1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/179450
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Commit-Queue: Erik Gilling <konkers@google.com>
Reviewed-by: Carlos Chinchilla <cachinchilla@google.com>
diff --git a/pw_unit_test/BUILD.bazel b/pw_unit_test/BUILD.bazel
index c67672f..2490d0e 100644
--- a/pw_unit_test/BUILD.bazel
+++ b/pw_unit_test/BUILD.bazel
@@ -118,9 +118,6 @@
 pw_cc_test(
     name = "googletest_test_matchers_test",
     srcs = ["googletest_test_matchers_test.cc"],
-    target_compatible_with = select({
-        "//conditions:default": ["@platforms//:incompatible"],
-    }),
     deps = [
         ":googletest_test_matchers",
     ],