test removal of allowlist filename
diff --git a/src/google/protobuf/compiler/code_generator.cc b/src/google/protobuf/compiler/code_generator.cc
index 4657417..e93abed 100644
--- a/src/google/protobuf/compiler/code_generator.cc
+++ b/src/google/protobuf/compiler/code_generator.cc
@@ -109,7 +109,7 @@
          absl::StartsWith(filename, "com/google/protobuf/") ||
          absl::StartsWith(filename, "conformance/test_protos/") ||
          // TODO: Remove this once internal proto rule is resolved.
-         absl::StartsWith(filename, "test_messages_edition_unstable");
+        //  absl::StartsWith(filename, "test_messages_edition_unstable");
 }
 
 }  // namespace compiler