Index: test/NaCl/Bitcode/invalid.test |
diff --git a/test/NaCl/Bitcode/invalid.test b/test/NaCl/Bitcode/invalid.test |
index ab54c9d0f19a0b1ce74a5ae857c9acb7cd21b24c..892fa22740a6db71829caf1614bcfdfdce1dfb70 100644 |
--- a/test/NaCl/Bitcode/invalid.test |
+++ b/test/NaCl/Bitcode/invalid.test |
@@ -14,7 +14,7 @@ BAD-BC-BR-CMP: br i32 %p0, label %b1, label %b2; |
BAD-BC-BR-CMP-NEXT: Branch condition not i1 |
RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/bad-branch-compare.tbc \ |
-RUN: -output - | not pnacl-thaw -verbose-parse-errors -o /dev/null 2>&1 \ |
+RUN: -output - | not pnacl-thaw -o /dev/null 2>&1 \ |
RUN: | FileCheck --check-prefix=BAD-BR-CMP %s |
BAD-BR-CMP: Type of branch condition not i1. Found: i32 |