summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 02:45:48 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 02:45:48 +0100
commita5716caaa2be383bc35542774ecf1fcba8e4f1c5 (patch)
tree78872d3145cdc4b246deba90c1eafa98e1817f9d /tests
parent000cd7fde8e12461c43cc2446bfc0e8575aa6994 (diff)
tiny bit cleaner
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/util/tst_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/util/tst_util.cpp b/tests/auto/util/tst_util.cpp
index f4829517..9788bddb 100644
--- a/tests/auto/util/tst_util.cpp
+++ b/tests/auto/util/tst_util.cpp
@@ -31,7 +31,7 @@ void tst_util::initTestCase() {}
void tst_util::cleanupTestCase() {}
void tst_util::normalizeFolderPath() {
- // QCOMPARE(Util::normalizeFolderPath("test"), "test/");
+ // QCOMPARE(Util::normalizeFolderPath("test"), "test/");
}
QTEST_MAIN(tst_util)