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

Unified Diff: tests_lit/parse_errs/call-fcn-bad-param-type.ll

Issue 1387963002: Make sure that all globals are internal, except for "start" functions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix new tests. Created 5 years, 2 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 | « tests_lit/parse_errs/bad-var-fwdref.test ('k') | tests_lit/parse_errs/call-fcn-bad-return-type.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/call-fcn-bad-param-type.ll
diff --git a/tests_lit/parse_errs/call-fcn-bad-param-type.ll b/tests_lit/parse_errs/call-fcn-bad-param-type.ll
index 46c3ab737c959c02679df5402c2b5cf2de79f25d..b7246e0b21c77f0ec7a295dc2542baf0be9b9032 100644
--- a/tests_lit/parse_errs/call-fcn-bad-param-type.ll
+++ b/tests_lit/parse_errs/call-fcn-bad-param-type.ll
@@ -3,7 +3,8 @@
; REQUIRES: no_minimal_build
-; RUN: %p2i --expect-fail -i %s --insts | FileCheck %s
+; RUN: %p2i --expect-fail -i %s --insts --args \
+; RUN: -allow-externally-defined-symbols | FileCheck %s
declare void @f(i8);
« no previous file with comments | « tests_lit/parse_errs/bad-var-fwdref.test ('k') | tests_lit/parse_errs/call-fcn-bad-return-type.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698