[Support] Try to unbreak windows buildbot

After r359179.

llvm-svn: 359183
This commit is contained in:
Ilya Biryukov 2019-04-25 11:57:40 +00:00
parent f6a6290908
commit 31aa2ea3a3
1 changed files with 1 additions and 1 deletions

View 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
}