diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-08-18 19:34:08 +0100 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-08-18 19:34:08 +0100 |
commit | f5c12f8d8f39f405426e6cef153f91cdfe409710 (patch) | |
tree | 41504198ac40c5d1d7b1a52f8570b7636bab8723 /tests | |
parent | 40e1a245ee95781a4d8eb41ad246a4a733dbfab5 (diff) | |
download | pango-f5c12f8d8f39f405426e6cef153f91cdfe409710.tar.gz |
[test] Add Thai and Arabic to test-pangocairo-threads
Apparently libthai is not threadsafe. This crashes
right away if libthai is enabled...
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-pangocairo-threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pangocairo-threads.c b/tests/test-pangocairo-threads.c index 515fbd1f..4f1c4a2f 100644 --- a/tests/test-pangocairo-threads.c +++ b/tests/test-pangocairo-threads.c @@ -5,7 +5,7 @@ #define WIDTH 100 #define HEIGHT 100 -const char *text = "The quick brown fox jumped over the lazy dog!"; +const char *text = "Hamburgerfonts\nวิวิวิวิวิวิ\nبهداد"; int num_iters = 200; |