| Index: tests_lit/parse_errs/symtab-after-fcn.test
|
| diff --git a/tests_lit/parse_errs/symtab-after-fcn.test b/tests_lit/parse_errs/symtab-after-fcn.test
|
| index 4e519f1b2c59cf23007266b70bbb830e918dcabd..a74bbd2d3df9d03c4fc81faadc895d9336ba3436 100644
|
| --- a/tests_lit/parse_errs/symtab-after-fcn.test
|
| +++ b/tests_lit/parse_errs/symtab-after-fcn.test
|
| @@ -3,7 +3,8 @@
|
| ; REQUIRES: no_minimal_build
|
|
|
| ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/symtab-after-fcn.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: Module valuesymtab not allowed after function blocks
|
|
|