| 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 bfa49dce7f41e1d46bb5432bb8a9ca8676011108..c4fb5aad215612e7bdeb172884c852d4bca735a6 100644
|
| --- a/tools/json_schema_compiler/test/idl_basics.idl
|
| +++ b/tools/json_schema_compiler/test/idl_basics.idl
|
| @@ -102,6 +102,8 @@
|
| static idl_other_namespace.SomeType[] function30();
|
|
|
| [nodefine] static void function31(long switch);
|
| +
|
| + [forIOThread] static void function32();
|
| };
|
|
|
| interface Events {
|
|
|