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

Unified Diff: tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc

Issue 1347683003: Check that symbol names in symbol tables are unique. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix issues in patch set 2. 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
Index: tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
diff --git a/tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc b/tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
similarity index 63%
copy from tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc
copy to tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
index 690a5a946cdca455e307dcaa02c9cf174a81dccc..1e363ea827470aa9244ca0f527eaea7e9105544f 100644
--- a/tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc
+++ b/tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
@@ -1,21 +1,25 @@
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;
+8,1,0,0,0;
65535,19,2;
5,0;
65534;
65535,14,2;
1,0,102;
+1,1,102;
+65534;
+65535,12,2;
+1,1;
+10;
65534;
65535,12,2;
1,1;
-43,3105555534,1;
10;
65534;
65534;

Powered by Google App Engine
This is Rietveld 408576698