[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.

llvm-svn: 359183

llvm/unittests/Support/AnnotationsTest.cpp

index bf66f17..b2970ad 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
 }