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: ppapi/generators/test_parser/enum.idl

Issue 11235016: Change the way we generate versions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: ppapi/generators/test_parser/enum.idl
===================================================================
--- ppapi/generators/test_parser/enum.idl (revision 163185)
+++ ppapi/generators/test_parser/enum.idl (working copy)
@@ -43,9 +43,8 @@
E6 = 12
}
-/* OK Enum(Es7) */
+/* Bad comment because of Es6 */
enum Es7 {
- /* OK EnumItem(E11) */
E11 = 11
};
@@ -55,6 +54,7 @@
/* OK EnumItem(E12) */
E12 = 12,
/* OK EnumItem(E13) */
+ /* FAIL Unexpected value 13.0 after "=". */
E13 = 13.0,
/* FAIL Unexpected string "hello" after "=". */
/* OK EnumItem(E14) */
« no previous file with comments | « ppapi/generators/test_namespace/foo.idl ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698