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

Unified Diff: tools/idl_parser/test_parser/interface_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 | « tools/idl_parser/test_parser/dictionary_web.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/idl_parser/test_parser/interface_web.idl
diff --git a/tools/idl_parser/test_parser/interface_web.idl b/tools/idl_parser/test_parser/interface_web.idl
index 007ac7ffed8dc8447b476ca2f422c014b8241554..e69a2407e66968c06d7f324913a76fd3a76f8548 100644
--- a/tools/idl_parser/test_parser/interface_web.idl
+++ b/tools/idl_parser/test_parser/interface_web.idl
@@ -71,14 +71,7 @@ interface MyIFaceMissingAttribute {
readonly double foo;
};
-/* TREE
- *Interface(MyIFaceContainsUnresolvedConflictDiff)
- * Operation(foo)
- * Arguments()
- * Type()
- * PrimitiveType(DOMString)
- * Error(Unexpected "<" after ";".)
- */
+/* ERROR Unexpected "<" after ";". */
interface MyIFaceContainsUnresolvedConflictDiff {
DOMString foo();
<<<<<< ours
« no previous file with comments | « tools/idl_parser/test_parser/dictionary_web.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698