ui.render.tests: removing bad test
parent
36966c1a7d
commit
dc3fa20bf6
|
@ -1,11 +1,3 @@
|
||||||
USING: accessors colors.constants namespaces tools.test
|
USING: accessors colors.constants namespaces tools.test
|
||||||
ui.gadgets.labels ui.pens.gradient ui.render ui.render.private ;
|
ui.gadgets.labels ui.pens.gradient ui.render ui.render.private ;
|
||||||
IN: ui.render.tests
|
IN: ui.render.tests
|
||||||
|
|
||||||
: test-pen ( -- pen )
|
|
||||||
{ COLOR: white COLOR: black } <gradient> ;
|
|
||||||
|
|
||||||
{ } [
|
|
||||||
"hello" <label> test-pen >>interior
|
|
||||||
draw-standard-background
|
|
||||||
] unit-test
|
|
||||||
|
|
Loading…
Reference in New Issue