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

Unified Diff: tests_lit/reader_tests/Inputs/binop-newform.tbc

Issue 1831043002: Fix Subzero binary instruction to allow optional flags argument. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 4 years, 9 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 | « src/PNaClTranslator.cpp ('k') | tests_lit/reader_tests/Inputs/binop-oldform.tbc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/reader_tests/Inputs/binop-newform.tbc
diff --git a/tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc b/tests_lit/reader_tests/Inputs/binop-newform.tbc
similarity index 54%
copy from tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc
copy to tests_lit/reader_tests/Inputs/binop-newform.tbc
index 4132a5cd8a2618762f522810a99fc2e7d0177829..65f7b81a576e5f330140aefe0cd32304621735c8 100644
--- a/tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc
+++ b/tests_lit/reader_tests/Inputs/binop-newform.tbc
@@ -1,19 +1,18 @@
65535,8,2;
1,1;
65535,17,2;
-1,2;
+1,3;
+7,32;
+21,0,0,0,0;
2;
-21,0,0;
65534;
-8,1,0,0,0;
+8,1,0,0,3;
65535,19,2;
5,0;
65534;
-65535,12,2;
+65535,12,4;
1,1;
-10;
-65534;
-65535,14,2;
-1,0,102;
+2,2,1,0;
+10,1;
65534;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | tests_lit/reader_tests/Inputs/binop-oldform.tbc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698