summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-18 21:31:09 +0000
committerDavid Robillard <d@drobilla.net>2008-10-18 21:31:09 +0000
commit686f898c9004d4207d7411df3a3274e93d72d559 (patch)
tree83979665c06c66a57c4c20364acb95d1545f127b
parente7088d8e79bdb68397b940e66db89bc3b371f2c9 (diff)
downloadraul-686f898c9004d4207d7411df3a3274e93d72d559.tar.gz
raul-686f898c9004d4207d7411df3a3274e93d72d559.tar.bz2
raul-686f898c9004d4207d7411df3a3274e93d72d559.zip
Pretty!
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1680 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--tests/path_test.cpp2
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;