| Index: mojo/go/tests/test_enums.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/test_enums.mojom b/mojo/go/tests/test_enums.mojom
|
| similarity index 69%
|
| copy from mojo/public/interfaces/bindings/tests/test_enums.mojom
|
| copy to mojo/go/tests/test_enums.mojom
|
| index f3c09972b0b09afa7fec9c9bf9c36c4ebb612d69..398807363246195f9217dff5f55865256ef7e36c 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_enums.mojom
|
| +++ b/mojo/go/tests/test_enums.mojom
|
| @@ -1,5 +1,4 @@
|
| -[DartPackage="_mojo_for_test_only"]
|
| -module mojo.test;
|
| +module mojo.go.test;
|
|
|
| enum TestEnum {
|
| TEST = 0,
|
|
|