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

Unified Diff: tests_lit/parse_errs/Inputs/indirect-call-on-float.tbc

Issue 1363983002: Check that address is i32 for indirect calls. (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
Index: tests_lit/parse_errs/Inputs/indirect-call-on-float.tbc
diff --git a/tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc b/tests_lit/parse_errs/Inputs/indirect-call-on-float.tbc
similarity index 66%
copy from tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
copy to tests_lit/parse_errs/Inputs/indirect-call-on-float.tbc
index 1e363ea827470aa9244ca0f527eaea7e9105544f..2dac5d47f1bda1c33e2e3957ea1db496b4eaddad 100644
--- a/tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
+++ b/tests_lit/parse_errs/Inputs/indirect-call-on-float.tbc
@@ -1,25 +1,25 @@
65535,8,2;
1,1;
65535,17,2;
-1,2;
+1,5;
2;
21,0,0;
+7,32;
+3;
+21,0,0,2,3;
65534;
-8,1,0,0,0;
-8,1,0,0,0;
+8,1,0,1,0;
+8,4,0,0,0;
65535,19,2;
5,0;
65534;
65535,14,2;
-1,0,102;
1,1,102;
+1,0,103;
65534;
65535,12,2;
1,1;
-10;
-65534;
-65535,12,2;
-1,1;
+44,0,1,0;
10;
65534;
65534;

Powered by Google App Engine
This is Rietveld 408576698