Index: mojo/public/interfaces/bindings/tests/regression_tests.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/regression_tests.mojom b/mojo/public/interfaces/bindings/tests/regression_tests.mojom |
index 3baf77eb001075b44781577a3329203abb7333c6..313f1f4d6bb88a036d4470a39b86cb869421f2a1 100644 |
--- a/mojo/public/interfaces/bindings/tests/regression_tests.mojom |
+++ b/mojo/public/interfaces/bindings/tests/regression_tests.mojom |
@@ -5,7 +5,7 @@ |
// Module containing entities for regression tests of the generator. Entities |
// must never be modified, instead new entity must be added to add new tests. |
[JavaPackage="org.chromium.mojo.bindings.test.mojom.regression_tests"] |
-module regression_tests { |
+module regression_tests; |
interface CheckMethodWithEmptyResponse { |
WithouParameterAndEmptyResponse() => (); |
@@ -52,5 +52,3 @@ struct A { |
struct B { |
A? a; |
}; |
- |
-} // module imported |