Home
last modified time | relevance | path

Searched refs:InputToCheck (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp725 SmallVector<std::string, 4> InputToCheck; in checkContents() local
730 InputToCheck.push_back(std::string(I->path())); in checkContents()
732 llvm::sort(InputToCheck); in checkContents()
734 EXPECT_EQ(InputToCheck.size(), Expected.size()); in checkContents()
736 unsigned LastElt = std::min(InputToCheck.size(), Expected.size()); in checkContents()
738 EXPECT_EQ(StringRef(InputToCheck[Idx]), Expected[Idx]); in checkContents()