]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/eval/eval-tests.factor
factor: clean up spaces in -tests files
[factor.git] / extra / smalltalk / eval / eval-tests.factor
index 95366d65b918d79f42ab42098dc5e8482f701d63..0fb05747a040a961b0f68c2ed1b7cecb3ca5d35d 100644 (file)
@@ -8,4 +8,4 @@ USING: smalltalk.eval tools.test io.streams.string kernel ;
 [ 5 ] [ "|x| x:=5. x" eval-smalltalk ] unit-test
 [ 11 ] [ "[:i| |x| x:=5. i+x] value: 6" eval-smalltalk ] unit-test
 [ t ] [ "class Blah [method foo [5]]. Blah new foo" eval-smalltalk tuple? ] unit-test
-[ 196418 ] [ "vocab:smalltalk/eval/fib.st" eval-smalltalk-file ] unit-test
\ No newline at end of file
+[ 196418 ] [ "vocab:smalltalk/eval/fib.st" eval-smalltalk-file ] unit-test