Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: tools/idl_parser/test_parser/dictionary_web.idl

Issue 2704653002: idl_parser: Fix test expectations. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/idl_parser/test_parser/interface_web.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | tools/idl_parser/test_parser/interface_web.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698