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

Unified Diff: tests_lit/parse_errs/fcn-value-index-isnt-defined.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/call-indirect-i8.ll ('k') | tests_lit/parse_errs/indirect-call-on-float.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/fcn-value-index-isnt-defined.test
diff --git a/tests_lit/parse_errs/fcn-value-index-isnt-defined.test b/tests_lit/parse_errs/fcn-value-index-isnt-defined.test
index 935987370ee8f96127fcdddbe649958cc3e5eeb2..32a96dd9cd52244f7e6dd95144228aee193913a8 100644
--- a/tests_lit/parse_errs/fcn-value-index-isnt-defined.test
+++ b/tests_lit/parse_errs/fcn-value-index-isnt-defined.test
@@ -2,7 +2,7 @@
; REQUIRES: no_minimal_build
-; RUN: not %pnacl_sz -bitcode-as-text \
+; RUN: not %pnacl_sz -bitcode-as-text -allow-externally-defined-symbols \
; RUN: %p/Inputs/fcn-value-index-isnt-defined.tbc \
; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \
; RUN: | FileCheck %s
« no previous file with comments | « tests_lit/parse_errs/call-indirect-i8.ll ('k') | tests_lit/parse_errs/indirect-call-on-float.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698