]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove bogus test in lint
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 14 Oct 2011 16:40:36 +0000 (09:40 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 14 Oct 2011 16:40:36 +0000 (09:40 -0700)
extra/lint/lint-tests.factor

index 7326bc65b0b4e610b17b1e4ee09f6a8fb79abbb9..09c74b82d0e349c06eb7498c8d78a4838d54e27b 100644 (file)
@@ -6,9 +6,6 @@ IN: lint.tests
 
 [ { { lint1 { [ [ ] if ] } } } ] [ \ lint1 lint-word ] unit-test
 
-: lint2 ( n -- n' ) 1 + ; ! 1+
-[ { [ 1 + ] } ] [ \ lint2 lint ] unit-test
-
 : lint3 ( a b -- b a b ) dup -rot ; ! tuck
 
 [ { { lint3 { [ dup -rot ] } } } ] [ \ lint3 lint-word ] unit-test