mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Relax conditions of test added in r188156 to fix it on Windows
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188157 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d976d43f23
commit
35f4d41471
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user