diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-22 12:24:00 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:06 +0100 |
commit | aa09aa321b24981bf0f8f2dec97ac100727266a5 (patch) | |
tree | 9291597f54e8d86357a285f9ffd426ff435f9387 /test/miscellaneous/text_conversions.cpp | |
parent | 8a1fce547e9ad0bf750418c844c9b23a3ee6d8dd (diff) | |
download | qtlocation-mapboxgl-aa09aa321b24981bf0f8f2dec97ac100727266a5.tar.gz |
rearrange tests and make more robust
Diffstat (limited to 'test/miscellaneous/text_conversions.cpp')
-rw-r--r-- | test/miscellaneous/text_conversions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/miscellaneous/text_conversions.cpp b/test/miscellaneous/text_conversions.cpp index 4ea62b4686..78d88ed12e 100644 --- a/test/miscellaneous/text_conversions.cpp +++ b/test/miscellaneous/text_conversions.cpp @@ -1,5 +1,5 @@ #include <iostream> -#include "../util.hpp" +#include "../fixtures/util.hpp" #include <mbgl/util/utf.hpp> #include <mbgl/platform/platform.hpp> |