summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-22 16:30:06 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 16:30:06 +0200
commit20ea7ef104eab469cb88edab0d580b5b56e94560 (patch)
treee4d110ccfadf29e0bb8a7998146e330f82fe507e /test
parent7d6feffd56cde7d6e5d9dd53b358f5afa8e4eb47 (diff)
downloadqtlocation-mapboxgl-20ea7ef104eab469cb88edab0d580b5b56e94560.tar.gz
remove erroneous output during test run
Diffstat (limited to 'test')
-rw-r--r--test/enums.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/enums.cpp b/test/enums.cpp
index 67ff0aa7e8..b45fc0ed0d 100644
--- a/test/enums.cpp
+++ b/test/enums.cpp
@@ -8,8 +8,6 @@
using namespace mbgl;
TEST(Enums, StyleLayerType) {
- std::cerr << StyleLayerType::Raster;
-
ASSERT_EQ(StyleLayerType::Unknown, StyleLayerTypeClass("unknown"));
ASSERT_EQ(StyleLayerType::Fill, StyleLayerTypeClass("fill"));
ASSERT_EQ(StyleLayerType::Line, StyleLayerTypeClass("line"));