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

Unified Diff: mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data

Issue 318123003: Add input data parser for Mojo message validation tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase3 Created 6 years, 6 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: mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data
diff --git a/mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data b/mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data
index f2ee827dd9046089b8221a8fc9b6f67cefd11bb1..169ea048d8fe10626e8b9894eaff57dfba403a46 100644
--- a/mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data
+++ b/mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data
@@ -1,4 +1,4 @@
-0x00 0x00 0x00 0x00
-0x00 0x00 0x00 0x00
-0x00 0x00 0x00 0x00
-0x00 0x00 0x00 0x00
+[u4]0 // num_bytes
+[u4]0 // num_fields
+[u4]0 // name
+[u4]0 // flags

Powered by Google App Engine
This is Rietveld 408576698