forked from OSchip/llvm-project
[PDB] Fix this test for real.
I was able to test this fix on an actual Windows machine so this should get the bot green again. llvm-svn: 343400
This commit is contained in:
parent
1709829fed
commit
9be3b6a18b
|
@ -1,6 +1,6 @@
|
|||
; RUN: llvm-pdbutil pretty -module-syms %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=SYM_FORMAT_FPO %s
|
||||
; RUN: llvm-pdbutil pretty -module-syms %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=SYM_FORMAT %s
|
||||
; RUN: llvm-pdbutil pretty -types %p/../Inputs/symbolformat.pdb > %t.types
|
||||
; RUN: llvm-pdbutil pretty -classes -enums -typedefs %p/../Inputs/symbolformat.pdb > %t.types
|
||||
; RUN: FileCheck --check-prefix=TYPES_FORMAT %s < %t.types
|
||||
; RUN: FileCheck --check-prefix=TYPES_1 %s < %t.types
|
||||
; RUN: FileCheck --check-prefix=TYPES_2 %s < %t.types
|
||||
|
|
Loading…
Reference in New Issue