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

Unified Diff: tests_lit/parse_errs/indirect-call-on-float.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
Index: tests_lit/parse_errs/indirect-call-on-float.test
diff --git a/tests_lit/parse_errs/indirect-call-on-float.test b/tests_lit/parse_errs/indirect-call-on-float.test
index ef30de6a71b4f92729cec62854ebfac9ba029450..fc685128a3a16d38f3c45f5da0f6a4b9439392a6 100644
--- a/tests_lit/parse_errs/indirect-call-on-float.test
+++ b/tests_lit/parse_errs/indirect-call-on-float.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/indirect-call-on-float.tbc \
; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \
; RUN: | FileCheck %s
« no previous file with comments | « tests_lit/parse_errs/fcn-value-index-isnt-defined.test ('k') | tests_lit/parse_errs/insertelt-wrong-type.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698