summaryrefslogtreecommitdiff
path: root/test/style_parser.cpp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-07-18 17:35:30 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-07-18 17:35:30 -0400
commit30dc4055ca5ee8336bb98d60e4142b197bf0765c (patch)
tree266c99ad90f3adef0c1236f414137304e2b62a5a /test/style_parser.cpp
parentd59e66f9aad121b5f54fd8ad0cbfad6e2f2f8e04 (diff)
downloadqtlocation-mapboxgl-30dc4055ca5ee8336bb98d60e4142b197bf0765c.tar.gz
add line-width and bad colors fixtures
Diffstat (limited to 'test/style_parser.cpp')
-rw-r--r--test/style_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style_parser.cpp b/test/style_parser.cpp
index d8d5907a2d..53113ad53e 100644
--- a/test/style_parser.cpp
+++ b/test/style_parser.cpp
@@ -75,7 +75,7 @@ TEST_P(StyleParserTest, ParseStyle) {
std::cerr << "Unchecked Log Messages (" << base << "/" << name << "): " << std::endl << unchecked;
}
- // ASSERT_EQ(0, unchecked.size());
+ ASSERT_EQ(0, unchecked.size());
}
}