Searched refs:HistPath (Results 1 – 1 of 1) sorted by relevance
18 SmallString<64> HistPath; member in LineEditorTest26 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()