forked from OSchip/llvm-project
[Support] Try to unbreak windows buildbot
After r359179. llvm-svn: 359183
This commit is contained in:
parent
f6a6290908
commit
31aa2ea3a3
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue