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

Unified Diff: tests_lit/parse_errs/bad-switch-case.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-intrinsic-arg.test ('k') | tests_lit/parse_errs/bad-var-fwdref.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/bad-switch-case.test
diff --git a/tests_lit/parse_errs/bad-switch-case.test b/tests_lit/parse_errs/bad-switch-case.test
index b8d090a18899ac7d79b21fc8eddaa6652a2b1866..41e9e09df76a737217ff7a882a88b062416a5d64 100644
--- a/tests_lit/parse_errs/bad-switch-case.test
+++ b/tests_lit/parse_errs/bad-switch-case.test
@@ -1,6 +1,7 @@
; REQUIRES: no_minimal_build
; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-switch-case.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 -check-prefix=BAD-SWITCH-CASE %s
; BAD-SWITCH-CASE: Reference to basic block 3105555534 not found. Must be less than 6
« no previous file with comments | « tests_lit/parse_errs/bad-intrinsic-arg.test ('k') | tests_lit/parse_errs/bad-var-fwdref.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698