summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2019-04-25 11:57:40 +0000
committerIlya Biryukov <ibiryukov@google.com>2019-04-25 11:57:40 +0000
commit31aa2ea3a3f9669e5783654117804f055f787f7a (patch)
tree0c0da4136d5538ddca18c764673b5d1422ba2bbc /llvm/unittests
parentf6a6290908dfcf4df6284c6d3eb94bb762e587fb (diff)
downloadbcm5719-llvm-31aa2ea3a3f9669e5783654117804f055f787f7a.tar.gz
bcm5719-llvm-31aa2ea3a3f9669e5783654117804f055f787f7a.zip
[Support] Try to unbreak windows buildbot
After r359179. llvm-svn: 359183
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/Support/AnnotationsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/AnnotationsTest.cpp b/llvm/unittests/Support/AnnotationsTest.cpp
index bf66f178924..b2970adc41c 100644
--- a/llvm/unittests/Support/AnnotationsTest.cpp
+++ b/llvm/unittests/Support/AnnotationsTest.cpp
@@ -105,7 +105,7 @@ TEST(AnnotationsTest, Errors) {
// Parsing failures.
EXPECT_DEATH(llvm::Annotations("ff[[fdfd"), "unmatched \\[\\[");
- EXPECT_DEATH(llvm::Annotations("ff[[fdjsfjd]]xxx]]"), "unmatched ]]");
+ EXPECT_DEATH(llvm::Annotations("ff[[fdjsfjd]]xxx]]"), "unmatched \\]\\]");
EXPECT_DEATH(llvm::Annotations("ff$fdsfd"), "unterminated \\$name");
#endif
}
OpenPOWER on IntegriCloud