[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:
Zachary Turner 2018-09-30 03:57:49 +00:00
parent 1709829fed
commit 9be3b6a18b
1 changed files with 1 additions and 1 deletions

View File

@ -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