summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/smallstring-test.cpp
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-01-19 13:07:26 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-01-19 12:21:43 +0000
commiteeb0b8fd21dba8421bd50b475a6442c27b63a1a6 (patch)
tree5e98b54f7dbb41bab5161978540948b62c95f5fd /tests/unit/unittest/smallstring-test.cpp
parent5dc8e9a743481b6e7bddacc4d5597760bfc0d045 (diff)
downloadqt-creator-eeb0b8fd21dba8421bd50b475a6442c27b63a1a6.tar.gz
Revert "Revert "Utils: Remove old compiler support code""
Thomas provided a smaller fix. This reverts commit 78fb7f44bf393d8b9e3e22fcccc4ae7951d4bb6e. Change-Id: I1edff6477526fe4ce29df38852f47fe49117561e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'tests/unit/unittest/smallstring-test.cpp')
-rw-r--r--tests/unit/unittest/smallstring-test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/unittest/smallstring-test.cpp b/tests/unit/unittest/smallstring-test.cpp
index 3bbb10c653..863d2ec66e 100644
--- a/tests/unit/unittest/smallstring-test.cpp
+++ b/tests/unit/unittest/smallstring-test.cpp
@@ -31,10 +31,6 @@
#include <utils/smallstringio.h>
#include <utils/smallstringvector.h>
-#ifndef __cpp_constexpr
-#define constexpr
-#endif
-
using namespace ::testing;
using Utils::SmallString;