summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-08-24 15:29:01 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-08-24 20:02:39 +0300
commit7fb7bc0fbc519e1ac934eb1218c4a3032def9317 (patch)
tree51706b695074a918a163551f8eca3d2fe3e6e43f
parent1d7a5b0fe0bc3d69cc77cfb654876ad3db2ea33a (diff)
downloadqtlocation-mapboxgl-7fb7bc0fbc519e1ac934eb1218c4a3032def9317.tar.gz
[tests] Removed dead code
-rw-r--r--test/src/mbgl/test/util.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/src/mbgl/test/util.hpp
index 66499c6fd6..15c6bfc61a 100644
--- a/test/src/mbgl/test/util.hpp
+++ b/test/src/mbgl/test/util.hpp
@@ -43,14 +43,6 @@
#include <gtest/gtest.h>
-#define SCOPED_TEST(name) \
- static class name { \
- bool completed = false; \
- public: \
- void finish() { EXPECT_FALSE(completed) << #name " was already completed."; completed = true; } \
- ~name() { if (!completed) ADD_FAILURE() << #name " didn't complete."; } \
- } name;
-
namespace mbgl {
class Map;