From 686f898c9004d4207d7411df3a3274e93d72d559 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Oct 2008 21:31:09 +0000 Subject: Pretty! git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1680 a436a847-0d15-0410-975c-d299462d15a1 --- tests/path_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.1