aboutsummaryrefslogtreecommitdiff
path: root/test/common/hash-str.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/hash-str.h')
-rw-r--r--test/common/hash-str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/hash-str.h b/test/common/hash-str.h
index 9eadea5755..0391e7167f 100644
--- a/test/common/hash-str.h
+++ b/test/common/hash-str.h
@@ -150,7 +150,7 @@ class HashStrTestSuite : public CxxTest::TestSuite {
char doublespaced[] = "test ";
char tabbed[] = "test\t";
- Common::Hash<const char*> h;
+ Common::Hash<const char *> h;
TS_ASSERT_EQUALS(h(lower), h(lower1));
TS_ASSERT_DIFFERS(h(mixed), h(lower));
TS_ASSERT_DIFFERS(h(spaced), h(lower));