From 27d06b1a53738057b063be0da1daf4b9c016b298 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 30 Jun 2017 13:05:16 -0700 Subject: [PATCH] lunch --- pitfall/fontkit/GPOS-test.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pitfall/fontkit/GPOS-test.rkt b/pitfall/fontkit/GPOS-test.rkt index 06c7c0dd..d935379e 100644 --- a/pitfall/fontkit/GPOS-test.rkt +++ b/pitfall/fontkit/GPOS-test.rkt @@ -3,7 +3,6 @@ (define fira-path "../pitfall/test/assets/fira.ttf") (define f (openSync fira-path)) -(report 'start-decode) (define gpos (send GPOS decode (send f _getTableStream 'GPOS))) -(send (dict-ref gpos 'lookupList) get 2) \ No newline at end of file +(send (dict-ref gpos 'lookupList) get 2)