| 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 197c87b5e5f711650ac0ce27b5c3dd01457c584b..4e519f1b2c59cf23007266b70bbb830e918dcabd 100644
|
| --- a/tests_lit/parse_errs/symtab-after-fcn.test
|
| +++ b/tests_lit/parse_errs/symtab-after-fcn.test
|
| @@ -9,11 +9,13 @@
|
| ; CHECK: Module valuesymtab not allowed after function blocks
|
|
|
| ; RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/symtab-after-fcn.tbc \
|
| -; RUN: -output - | pnacl-bcdis -no-records | FileCheck -check-prefix=ASM %s
|
| +; RUN: -output - | not pnacl-bcdis -no-records \
|
| +; RUN: | FileCheck -check-prefix=ASM %s
|
|
|
| ; ASM: module { // BlockID = 8
|
| ; ASM: function void @f0() { // BlockID = 12
|
| ; ASM: }
|
| ; ASM: valuesymtab { // BlockID = 14
|
| +; ASM: Error({{.*}}): Module symbol table must appear before function blocks
|
| ; ASM: }
|
| ; ASM: }
|
|
|