ui.render.tests: removing bad test

char-rename
Björn Lindqvist 2016-08-24 16:44:35 +02:00
parent 36966c1a7d
commit dc3fa20bf6
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
USING: accessors colors.constants namespaces tools.test
ui.gadgets.labels ui.pens.gradient ui.render ui.render.private ;
IN: ui.render.tests
: test-pen ( -- pen )
{ COLOR: white COLOR: black } <gradient> ;
{ } [
"hello" <label> test-pen >>interior
draw-standard-background
] unit-test