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

Unified Diff: tests_lit/parse_errs/Inputs/dup-module-vst.tbc

Issue 1345293002: Don't allow multiple symbol tables in the module block. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 3 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/parse_errs/dup-module-vst.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/Inputs/dup-module-vst.tbc
diff --git a/tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc b/tests_lit/parse_errs/Inputs/dup-module-vst.tbc
similarity index 70%
copy from tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc
copy to tests_lit/parse_errs/Inputs/dup-module-vst.tbc
index 690a5a946cdca455e307dcaa02c9cf174a81dccc..50edd56561fea2fbd8e969d0aa5df64f4446b337 100644
--- a/tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc
+++ b/tests_lit/parse_errs/Inputs/dup-module-vst.tbc
@@ -1,21 +1,22 @@
65535,8,2;
1,1;
65535,17,2;
-1,3;
+1,2;
2;
-7,32;
-21,0,0,1;
+21,0,0;
65534;
-8,2,0,0,0;
+8,1,0,0,0;
65535,19,2;
5,0;
65534;
65535,14,2;
1,0,102;
65534;
+65535,14,2;
+1,0,102;
+65534;
65535,12,2;
1,1;
-43,3105555534,1;
10;
65534;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | tests_lit/parse_errs/dup-module-vst.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698