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

Unified Diff: tests_lit/parse_errs/bad-intrinsic-arg.test

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-bb-size.test ('k') | tests_lit/parse_errs/bad-switch-case.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/bad-intrinsic-arg.test
diff --git a/tests_lit/parse_errs/bad-intrinsic-arg.test b/tests_lit/parse_errs/bad-intrinsic-arg.test
index 606384138db51e06525cf340addc6ecb81e86649..5e3c6e9373e322d176cc171a0a2b0732b53fa13e 100644
--- a/tests_lit/parse_errs/bad-intrinsic-arg.test
+++ b/tests_lit/parse_errs/bad-intrinsic-arg.test
@@ -4,7 +4,8 @@
; RUN: not %pnacl_sz -bitcode-as-text \
; RUN: %p/Inputs/bad-intrinsic-arg.tbc \
-; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \
+; RUN: -bitcode-format=pnacl -notranslate -build-on-read \
+; RUN: -allow-externally-defined-symbols 2>&1 \
; RUN: | FileCheck %s
; CHECK: Argument 1 of llvm.nacl.setjmp expects i32. Found: double
« no previous file with comments | « tests_lit/parse_errs/bad-bb-size.test ('k') | tests_lit/parse_errs/bad-switch-case.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698