summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-pdbdump
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-09-30 00:22:21 +0000
committerZachary Turner <zturner@google.com>2018-09-30 00:22:21 +0000
commita1e79e326a0734885f1713325d34f90132aa960c (patch)
tree9ab2c665e98583ae347ec08446614435a4ba167a /llvm/test/tools/llvm-pdbdump
parent98440293fb903f69dbec401b8b4826b1fa206385 (diff)
downloadbcm5719-llvm-a1e79e326a0734885f1713325d34f90132aa960c.tar.gz
bcm5719-llvm-a1e79e326a0734885f1713325d34f90132aa960c.zip
Fix some tests on Windows.
I don't actually have a Windows machine at the present moment, so hopefully this fixes it. llvm-svn: 343397
Diffstat (limited to 'llvm/test/tools/llvm-pdbdump')
-rw-r--r--llvm/test/tools/llvm-pdbdump/regex-filter.test6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-pdbdump/regex-filter.test b/llvm/test/tools/llvm-pdbdump/regex-filter.test
index fb8ca7fa189..1c49009bf36 100644
--- a/llvm/test/tools/llvm-pdbdump/regex-filter.test
+++ b/llvm/test/tools/llvm-pdbdump/regex-filter.test
@@ -13,7 +13,7 @@
; RUN: llvm-pdbutil pretty -types -module-syms -globals -exclude-symbols="MemberVar|GlobalVar" \
; RUN: %p/Inputs/FilterTest.pdb | FileCheck --check-prefix=EXCLUDE_VARS %s
-; RUN: llvm-pdbutil pretty -types -exclude-types="FilterTestClass" \
+; RUN: llvm-pdbutil pretty -classes -exclude-types="FilterTestClass" \
; RUN: %p/Inputs/FilterTest.pdb | FileCheck --check-prefix=EXCLUDE_WHOLE_CLASS %s
; RUN: llvm-pdbutil pretty -module-syms -globals -exclude-compilands="FilterTest.obj" \
; RUN: %p/Inputs/FilterTest.pdb | FileCheck --check-prefix=EXCLUDE_COMPILAND %s
@@ -68,10 +68,6 @@
; EXCLUDE_WHOLE_CLASS: ---TYPES---
; EXCLUDE_WHOLE_CLASS-NOT: class FilterTestClass
-; EXCLUDE_WHOLE_CLASS-NOT: typedef int NestedTypedef
-; EXCLUDE_WHOLE_CLASS-NOT: enum NestedEnum
-; EXCLUDE_WHOLE_CLASS-NOT: int IntMemberVar
-; EXCLUDE_WHOLE_CLASS-NOT: double DoubleMemberVar
; EXCLUDE_COMPILAND: ---SYMBOLS---
; EXCLUDE_COMPILAND-NOT: FilterTest.obj
OpenPOWER on IntegriCloud