diff options
Diffstat (limited to 'test/COFF/pdb.test')
| -rw-r--r-- | test/COFF/pdb.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/COFF/pdb.test b/test/COFF/pdb.test index c2881669d358..3acb7188df49 100644 --- a/test/COFF/pdb.test +++ b/test/COFF/pdb.test @@ -6,7 +6,7 @@ # RUN: llvm-pdbutil pdb2yaml -stream-metadata -stream-directory -pdb-stream \ # RUN: -dbi-stream -ipi-stream -tpi-stream %t.pdb | FileCheck %s -# RUN: llvm-pdbutil raw -modules -section-map -section-contribs \ +# RUN: llvm-pdbutil dump -modules -section-map -section-contribs \ # RUN: -types -ids %t.pdb | FileCheck -check-prefix RAW %s # CHECK: MSF: @@ -22,7 +22,7 @@ # CHECK-NEXT: NumStreams: # CHECK-NEXT: FileSize: # CHECK-NEXT: StreamSizes: -# CHECK-NEXT: StreamMap: +# CHECK: StreamMap: # CHECK: PdbStream: # CHECK-NEXT: Age: 1 # CHECK-NEXT: Guid: @@ -119,10 +119,10 @@ RAW: Modules RAW-NEXT: ============================================================ RAW-NEXT: Mod 0000 | Name: `{{.*}}pdb.test.tmp1.obj`: RAW-NEXT: Obj: `{{.*}}pdb.test.tmp1.obj`: -RAW-NEXT: debug stream: 9, # files: 0, has ec info: false +RAW-NEXT: debug stream: 9, # files: 1, has ec info: false RAW-NEXT: Mod 0001 | Name: `{{.*}}pdb.test.tmp2.obj`: RAW-NEXT: Obj: `{{.*}}pdb.test.tmp2.obj`: -RAW-NEXT: debug stream: 10, # files: 0, has ec info: false +RAW-NEXT: debug stream: 10, # files: 1, has ec info: false RAW-NEXT: Mod 0002 | Name: `* Linker *`: RAW-NEXT: Obj: ``: RAW-NEXT: debug stream: 11, # files: 0, has ec info: false |
