diff options
Diffstat (limited to 'tests/path_test.cpp')
-rw-r--r-- | tests/path_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/path_test.cpp b/tests/path_test.cpp index 1620703..911b760 100644 --- a/tests/path_test.cpp +++ b/tests/path_test.cpp @@ -12,5 +12,7 @@ main() cerr << (Path("/foo").is_parent_of(Path("/foo/bar"))) << endl; cerr << !(Path("/foo").is_parent_of(Path("/foo2"))) << endl; + cerr << Path::nameify("Signal Level [dB]") << endl; + return 0; } |