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)