summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-06-06 18:20:50 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-06-07 13:55:35 +0200
commitaa88ca4757f182dcab5b66172144701185ec28ab (patch)
treeaa32a9243f956a654c12512f14ebe55226f9e80d /test
parent83d349ee16f1918d7e0275d47b9c22abc1a4f50c (diff)
downloadqtlocation-mapboxgl-aa88ca4757f182dcab5b66172144701185ec28ab.tar.gz
[core] remove unused code
Diffstat (limited to 'test')
-rw-r--r--test/test.gypi1
-rw-r--r--test/util/assert.cpp9
2 files changed, 0 insertions, 10 deletions
diff --git a/test/test.gypi b/test/test.gypi
index f9a25e4e86..b7e7b5c32b 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -18,7 +18,6 @@
],
'sources': [
- 'util/assert.cpp',
'util/async_task.cpp',
'util/geo.cpp',
'util/image.cpp',
diff --git a/test/util/assert.cpp b/test/util/assert.cpp
deleted file mode 100644
index cf7baf8ca9..0000000000
--- a/test/util/assert.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <mbgl/test/util.hpp>
-
-#include <mbgl/util/assert.hpp>
-
-using namespace mbgl;
-
-TEST(Assert, Always) {
- EXPECT_DEATH_IF_SUPPORTED(assert_always(true == false), "failed assertion `true == false'");
-}