diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-05-21 02:55:41 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-05-21 02:55:41 +0000 |
commit | d418776e04693e83cd331f41d2b3365ffd4154e8 (patch) | |
tree | 5d3b9b9998905c102be3f13def9ef59d232f5a6c | |
parent | da5513b9c440cd5a1e277ea0bd34a3c5804bbc32 (diff) | |
download | bcm5719-llvm-d418776e04693e83cd331f41d2b3365ffd4154e8.tar.gz bcm5719-llvm-d418776e04693e83cd331f41d2b3365ffd4154e8.zip |
win: try more to fix dia tests with newer msvc versions
llvm-svn: 332828
-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 08ac102000c..4b247da2b6e 100644 --- a/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test +++ b/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test @@ -35,7 +35,7 @@ ; TYPES_1: struct A [sizeof = 4] { ; TYPES_1: virtual void PureFunc() = 0 ; TYPES_1: virtual void {{(A::)?}}VirtualFunc() -; TYPES_1: void RegularFunc() +; TYPES_1: void {{(A::)?}}RegularFunc() ; TYPES_1: } ; TYPES_2: Classes |