Skip to content

Commit

Permalink
Update test to deal with non-zero exit codes
Browse files Browse the repository at this point in the history
llvm-svn: 271135
  • Loading branch information
majnemer committed May 28, 2016
1 parent cbdbbac commit 8d106d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/DebugInfo/PDB/pdbdump-headers.test
Expand Up @@ -6,7 +6,7 @@
; RUN: llvm-pdbdump -raw-all %p/Inputs/empty.pdb | FileCheck -check-prefix=ALL %s
; RUN: llvm-pdbdump -raw-headers -raw-stream-name=/names -raw-modules -raw-module-files \
; RUN: %p/Inputs/big-read.pdb | FileCheck -check-prefix=BIG %s
; RUN: llvm-pdbdump -raw-headers %p/Inputs/bad-block-size.pdb | FileCheck -check-prefix=BAD-BLOCK-SIZE %s
; RUN: not llvm-pdbdump -raw-headers %p/Inputs/bad-block-size.pdb 2>&1 | FileCheck -check-prefix=BAD-BLOCK-SIZE %s

; EMPTY: FileHeaders {
; EMPTY-NEXT: BlockSize: 4096
Expand Down

0 comments on commit 8d106d5

Please sign in to comment.