| Index: tools/json_schema_compiler/test/idl_basics.idl
|
| diff --git a/tools/json_schema_compiler/test/idl_basics.idl b/tools/json_schema_compiler/test/idl_basics.idl
|
| index 9ee49229460cdde6c2c7a64eb4b56cd937aece46..bfa49dce7f41e1d46bb5432bb8a9ca8676011108 100644
|
| --- a/tools/json_schema_compiler/test/idl_basics.idl
|
| +++ b/tools/json_schema_compiler/test/idl_basics.idl
|
| @@ -100,6 +100,8 @@
|
| static EnumType[] function28();
|
| static idl_other_namespace.SomeType function29();
|
| static idl_other_namespace.SomeType[] function30();
|
| +
|
| + [nodefine] static void function31(long switch);
|
| };
|
|
|
| interface Events {
|
|
|