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

Unified Diff: tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc

Issue 1359923002: Require that the module symbol table can't appear after function. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit. 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/symtab-after-fcn.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc
diff --git a/tests_lit/parse_errs/Inputs/dup-module-vst.tbc b/tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc
similarity index 84%
copy from tests_lit/parse_errs/Inputs/dup-module-vst.tbc
copy to tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc
index 50edd56561fea2fbd8e969d0aa5df64f4446b337..4132a5cd8a2618762f522810a99fc2e7d0177829 100644
--- a/tests_lit/parse_errs/Inputs/dup-module-vst.tbc
+++ b/tests_lit/parse_errs/Inputs/symtab-after-fcn.tbc
@@ -9,14 +9,11 @@
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;
10;
65534;
+65535,14,2;
+1,0,102;
+65534;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | tests_lit/parse_errs/symtab-after-fcn.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698