summaryrefslogtreecommitdiff
path: root/src/plugins/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/filesystem')
-rw-r--r--src/plugins/filesystem/SpecialPaths.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/filesystem/SpecialPaths.hpp b/src/plugins/filesystem/SpecialPaths.hpp
index 84524fe..cd2ca60 100644
--- a/src/plugins/filesystem/SpecialPaths.hpp
+++ b/src/plugins/filesystem/SpecialPaths.hpp
@@ -72,8 +72,8 @@ public:
* Returns the path to the test data when running a debug build with enabled
* tests.
*
- * @return path to the test data when running a debug build, Returns an
- * empty string otherwise.
+ * @return path to the test data when running a debug build. Returns
+ * "./testdata" otherwise.
*/
static std::string getDebugTestdataDir();
};