Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Frontend/
H A DCompilerInstanceTest.cpp42 std::string testFilePath(cwd.c_str()); in TEST() local
43 testFilePath += "/" + inputFile; in TEST()
50 compInst.getAllSources().Open(testFilePath, errorStream); in TEST()