From 81c96ca410c828bbea6a2e0077dc9e0c8d77f590 Mon Sep 17 00:00:00 2001
From: Slava Pestov <slava@slava-pestovs-macbook-pro.local>
Date: Fri, 6 Mar 2009 16:21:06 -0600
Subject: [PATCH] Add a unit test as a sanity check for a broken Win64 Pango

---
 basis/ui/text/text-tests.factor | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/basis/ui/text/text-tests.factor b/basis/ui/text/text-tests.factor
index d800c88d44..939e262997 100644
--- a/basis/ui/text/text-tests.factor
+++ b/basis/ui/text/text-tests.factor
@@ -1,4 +1,6 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: tools.test ui.text ;
+USING: tools.test ui.text fonts ;
 IN: ui.text.tests
+
+[ 0.0 ] [ 0 sans-serif-font "aaa" offset>x ] unit-test