]> granicus.if.org Git - llvm/commitdiff
[Support] Try to unbreak windows buildbot
authorIlya Biryukov <ibiryukov@google.com>
Thu, 25 Apr 2019 11:57:40 +0000 (11:57 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 25 Apr 2019 11:57:40 +0000 (11:57 +0000)
After r359179.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359183 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/AnnotationsTest.cpp

index bf66f1789240d2d54515d25e5d323fa0ff10594e..b2970adc41cbeae61e85c02f4f15500eec713a2e 100644 (file)
@@ -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
 }