| Index: tools/idl_parser/test_parser/dictionary_web.idl
|
| diff --git a/tools/idl_parser/test_parser/dictionary_web.idl b/tools/idl_parser/test_parser/dictionary_web.idl
|
| index 2fd602e1491e005165e652c0359d81d5dd24d544..42e8903adc5f6b71c878a7915b6f904971067517 100644
|
| --- a/tools/idl_parser/test_parser/dictionary_web.idl
|
| +++ b/tools/idl_parser/test_parser/dictionary_web.idl
|
| @@ -84,13 +84,7 @@ dictionary {
|
| DOMString? setString = null;
|
| };
|
|
|
| -/* TREE
|
| - *Dictionary(MyDictionaryInvalidOptional)
|
| - * Key(mandatory)
|
| - * Type()
|
| - * PrimitiveType(DOMString)
|
| - * Error(Unexpected keyword "optional" after ">".)
|
| - */
|
| +/* ERROR Unexpected keyword "optional" after ">". */
|
| dictionary MyDictionaryInvalidOptional {
|
| DOMString mandatory;
|
| sequence<DOMString> optional;
|
|
|