Skip to content

Commit

Permalink
ui.render.tests: removing bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
bjourne committed Aug 24, 2016
1 parent 36966c1 commit dc3fa20
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions basis/ui/render/render-tests.factor
@@ -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

0 comments on commit dc3fa20

Please sign in to comment.