diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-21 19:30:58 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:05 +0100 |
commit | 8a1fce547e9ad0bf750418c844c9b23a3ee6d8dd (patch) | |
tree | e3f0e8f4b16071667c6a4fdf706740335500dbc6 /test/comparisons.cpp | |
parent | 5503aef6907b1fea74d6bdbe696f02b9f016f752 (diff) | |
download | qtlocation-mapboxgl-8a1fce547e9ad0bf750418c844c9b23a3ee6d8dd.tar.gz |
rearrange tests and add storage tests
Diffstat (limited to 'test/comparisons.cpp')
-rw-r--r-- | test/comparisons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/comparisons.cpp b/test/comparisons.cpp index 9b74d6e36f..0daa78ab77 100644 --- a/test/comparisons.cpp +++ b/test/comparisons.cpp @@ -1,5 +1,5 @@ #include <iostream> -#include "gtest/gtest.h" +#include "../util.hpp" #include <mbgl/map/vector_tile.hpp> #include <mbgl/style/filter_expression.hpp> |