Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/LineEditor/
H A DLineEditor.cpp18 SmallString<64> HistPath; member in LineEditorTest
26 sys::fs::createTemporaryFile("temp", "history", HistPath); in init()
27 ASSERT_FALSE(HistPath.empty()); in init()
28 LE = new LineEditor("test", HistPath); in init()
33 sys::fs::remove(HistPath.str()); in ~LineEditorTest()