[PDB] Fix this test for real.
authorZachary Turner <zturner@google.com>
Sun, 30 Sep 2018 03:57:49 +0000 (03:57 +0000)
committerZachary Turner <zturner@google.com>
Sun, 30 Sep 2018 03:57:49 +0000 (03:57 +0000)
I was able to test this fix on an actual Windows machine
so this should get the bot green again.

llvm-svn: 343400

llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test

index 988a94f..cd285b8 100644 (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