diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-08-04 15:26:48 +0300 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-08-13 13:32:56 +0300 |
commit | f0f1d7130f4628998be0d29d027982040010e0cf (patch) | |
tree | 7753b7567f841e6695e08dcae2abed1a3a125062 | |
parent | 1b9d4d792cbd877f627987cbd0d5ed41709375c8 (diff) | |
download | qtlocation-mapboxgl-f0f1d7130f4628998be0d29d027982040010e0cf.tar.gz |
[core] Update shaping unit test
-rw-r--r-- | test/text/shaping.test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/text/shaping.test.cpp b/test/text/shaping.test.cpp index 547c85e5ba..17c2fc96af 100644 --- a/test/text/shaping.test.cpp +++ b/test/text/shaping.test.cpp @@ -36,7 +36,8 @@ TEST(Shaping, ZWSP) { {0.0f, 0.0f}, // translate WritingModeType::Horizontal, bidi, - glyphs); + glyphs, + /*allowVerticalPlacement*/ false); }; // 3 lines |