| Index: tests_lit/parse_errs/bad-bb-size.test
|
| diff --git a/tests_lit/parse_errs/bad-bb-size.test b/tests_lit/parse_errs/bad-bb-size.test
|
| index 012e09d25a1044aff59014407a9cedd9dd230b87..1414c917a558effb4579412f4572549d9b132961 100644
|
| --- a/tests_lit/parse_errs/bad-bb-size.test
|
| +++ b/tests_lit/parse_errs/bad-bb-size.test
|
| @@ -3,7 +3,8 @@
|
| ; REQUIRES: no_minimal_build
|
|
|
| ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-bb-size.tbc \
|
| -; RUN: -bitcode-format=pnacl -notranslate -no-ir-gen -build-on-read 2>&1 \
|
| +; RUN: -bitcode-format=pnacl -notranslate -no-ir-gen -build-on-read \
|
| +; RUN: -allow-externally-defined-symbols 2>&1 \
|
| ; RUN: | FileCheck %s
|
|
|
| ; CHECK: Function defines 3105555534 basic blocks, which is too big for a function containing 36 bytes
|
|
|