diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-05-21 02:09:57 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-05-21 02:09:57 +0000 |
commit | da5513b9c440cd5a1e277ea0bd34a3c5804bbc32 (patch) | |
tree | 5300bdba729c6ce68f35c30a10ba6508abc3bfe5 /llvm/test/DebugInfo/PDB | |
parent | 360d6e35e695c54078f37fa7806f562e8e08ff62 (diff) | |
download | bcm5719-llvm-da5513b9c440cd5a1e277ea0bd34a3c5804bbc32.tar.gz bcm5719-llvm-da5513b9c440cd5a1e277ea0bd34a3c5804bbc32.zip |
win: try to fix dia tests with newer msvc versions
llvm-svn: 332827
Diffstat (limited to 'llvm/test/DebugInfo/PDB')
-rw-r--r-- | llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test b/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test index 536161586ff..08ac102000c 100644 --- a/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test +++ b/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test @@ -34,7 +34,7 @@ ; TYPES_1: Classes ; TYPES_1: struct A [sizeof = 4] { ; TYPES_1: virtual void PureFunc() = 0 -; TYPES_1: virtual void VirtualFunc() +; TYPES_1: virtual void {{(A::)?}}VirtualFunc() ; TYPES_1: void RegularFunc() ; TYPES_1: } |