summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-08-18 19:34:08 +0100
committerBehdad Esfahbod <behdad@behdad.org>2015-08-18 19:34:08 +0100
commitf5c12f8d8f39f405426e6cef153f91cdfe409710 (patch)
tree41504198ac40c5d1d7b1a52f8570b7636bab8723
parent40e1a245ee95781a4d8eb41ad246a4a733dbfab5 (diff)
downloadpango-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...
-rw-r--r--tests/test-pangocairo-threads.c2
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;