diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/path_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/path_test.cpp b/tests/path_test.cpp index 8f33dee..3565918 100644 --- a/tests/path_test.cpp +++ b/tests/path_test.cpp @@ -32,7 +32,7 @@ main() cerr << endl << endl << "Descendants..." << endl; cerr << "/ /foo " << Path::descendant_comparator("/", "/foo") << endl; - cerr << "/foo /foo/bar " << Path::descendant_comparator("/foo", "/foo/bar") << endl; + cerr << "/foo /foo/bar " << Path::descendant_comparator("/foo", "/foo/bar") << endl; cerr << "/foo /foo " << Path::descendant_comparator("/foo", "/foo") << endl; cerr << "/ / " << Path::descendant_comparator("/", "/") << endl; cerr << "/baz / " << Path::descendant_comparator("/baz", "/") << endl; |