Home | History | Annotate | Download | only in files

Lines Matching refs:removed

863     FilePath removed = path.RemoveExtension();
864 EXPECT_EQ(cases[i].expected, removed.value()) << "i: " << i <<