Relax conditions of test added in r188156 to fix it on Windows

llvm-svn: 188157
This commit is contained in:
Alexey Samsonov 2013-08-12 09:04:58 +00:00
parent 9e4fdd2656
commit 34894630a1
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ TEST_F(SpecialCaseListTest, InvalidSpecialCaseList) {
EXPECT_EQ("Malformed regex in line 2: 'fun(a': parentheses not balanced",
Error);
EXPECT_EQ(0, SpecialCaseList::create("unexisting", Error));
EXPECT_EQ("Can't open file 'unexisting': No such file or directory", Error);
EXPECT_EQ(0U, Error.find("Can't open file 'unexisting':"));
}
TEST_F(SpecialCaseListTest, EmptySpecialCaseList) {