mu-view: add unit-test

This commit is contained in:
Dirk-Jan C. Binnema
2023-07-28 19:43:46 +03:00
parent 2950a3f103
commit 1f0342a91f
3 changed files with 137 additions and 3 deletions

View File

@ -129,8 +129,6 @@ struct TempDir {
* Path to the temporary directory
*
* @return the path.
*
*
*/
const std::string& path() {return path_; }
private: