| 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 0c3e946ebbef9266c43e4ee0190b857b71b221d6..f03f2e9ecbc62031331abb9f859a1e755fce850e 100644
|
| --- a/mojo/public/interfaces/bindings/tests/regression_tests.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/regression_tests.mojom
|
| @@ -95,3 +95,17 @@ interface Regression551 {
|
| interface ServiceName {
|
| serviceName() => (string serviceName);
|
| };
|
| +
|
| +enum CamelCaseTestEnum {
|
| + BOOL_THING,
|
| + DOUBLE_THING,
|
| + FLOAT_THING,
|
| + INT8_THING,
|
| + INT16THING,
|
| + INT32_TH1NG,
|
| + INT64_Th1ng,
|
| + UINT8T_h1ng,
|
| + UINT16t_h1NG,
|
| + UINT32_TH1ng,
|
| + UINT64_TH1NG
|
| +};
|
|
|