Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp883 SmallString<64> TempPath3; in TEST_F() local
884 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "", TempPath3)); in TEST_F()
885 ASSERT_FALSE(TempPath3.endswith(".")); in TEST_F()
886 FileRemover Cleanup3(TempPath3); in TEST_F()