diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-29 18:30:46 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:09 +0100 |
commit | 29baacf3a5bb773d94d08d16b81c3cda45a44eb6 (patch) | |
tree | 1dc3ca456151138ee5e8b7cf88b3afcecc3df1db /test/storage/directory_reading.cpp | |
parent | 3d51e116a84ee168975bcee8377e9156f77e2731 (diff) | |
download | qtlocation-mapboxgl-29baacf3a5bb773d94d08d16b81c3cda45a44eb6.tar.gz |
refactor makefile
Diffstat (limited to 'test/storage/directory_reading.cpp')
-rw-r--r-- | test/storage/directory_reading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/directory_reading.cpp b/test/storage/directory_reading.cpp index 84221f3f21..bf472b5c79 100644 --- a/test/storage/directory_reading.cpp +++ b/test/storage/directory_reading.cpp @@ -2,7 +2,7 @@ #include <uv.h> -#include <mbgl/storage/default/default_file_source.hpp> +#include <mbgl/storage/default_file_source.hpp> TEST_F(Storage, ReadDirectory) { SCOPED_TEST(ReadDirectory) |