summaryrefslogtreecommitdiff
path: root/test/util/thread.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-02-18 12:41:09 +0100
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-22 11:56:01 -0700
commitdb5ac4785fdc02b4e233201bb3c6f55270e3c65d (patch)
tree0c730d62e471d211924c486e1eeadf5efb305eaf /test/util/thread.cpp
parent61920071cd221d0d0627e01893185f0f19b55a98 (diff)
downloadqtlocation-mapboxgl-db5ac4785fdc02b4e233201bb3c6f55270e3c65d.tar.gz
[test] rearrange test files so they're not in the fixtures folder
Diffstat (limited to 'test/util/thread.cpp')
-rw-r--r--test/util/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/thread.cpp b/test/util/thread.cpp
index f60d7d43dd..40e4d8ede4 100644
--- a/test/util/thread.cpp
+++ b/test/util/thread.cpp
@@ -1,7 +1,7 @@
#include <mbgl/util/thread.hpp>
#include <mbgl/util/run_loop.hpp>
-#include "../fixtures/util.hpp"
+#include <mbgl/test/util.hpp>
using namespace mbgl::util;