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

Unified Diff: tests_lit/parse_errs/insertelt-wrong-type.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 nit. 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/insertelt-wrong-type.test
diff --git a/tests_lit/parse_errs/insertelt-wrong-type.test b/tests_lit/parse_errs/insertelt-wrong-type.test
index 326ec34f441bc1d2524ca08e41b5d52f9c269eed..3e38a9721349dc9bb9a9e7df864f73fba88b3327 100644
--- a/tests_lit/parse_errs/insertelt-wrong-type.test
+++ b/tests_lit/parse_errs/insertelt-wrong-type.test
@@ -3,7 +3,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/insertelt-wrong-type.tbc \
; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \
; RUN: | FileCheck %s

Powered by Google App Engine
This is Rietveld 408576698