diff options
Diffstat (limited to 'tests/test-formatter.cpp')
-rw-r--r-- | tests/test-formatter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-formatter.cpp b/tests/test-formatter.cpp index 4436ed1..855d4c5 100644 --- a/tests/test-formatter.cpp +++ b/tests/test-formatter.cpp @@ -84,7 +84,6 @@ class FormatterFixture: public GlibFixture }; -#ifdef HAS_URLDISPATCHER /** * Test the phone header format */ @@ -109,7 +108,6 @@ TEST_F(FormatterFixture, TestPhoneHeader) EXPECT_EQ(std::string(" 6:30 PM"), formatter.header.get()); } } -#endif #define EM_SPACE "\u2003" |