forked from OSchip/llvm-project
parent
316ccf60c9
commit
2a5a0ad1e4
|
@ -776,7 +776,7 @@ TEST(ProxyFileSystemTest, Basic) {
|
|||
|
||||
bool Local = true;
|
||||
ASSERT_FALSE(PFS.isLocal("/a", Local));
|
||||
ASSERT_EQ(false, Local);
|
||||
EXPECT_FALSE(Local);
|
||||
}
|
||||
|
||||
class InMemoryFileSystemTest : public ::testing::Test {
|
||||
|
|
Loading…
Reference in New Issue