]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine15.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / redefine15.factor
index 33aa080bacb4955fa4762323b865f6cb8a6fde8f..54066c690d41f4c8244ef4df35ad0e4a39565e48 100644 (file)
@@ -11,7 +11,7 @@ DEFER: word-1
 
 : word-3 ( a -- b ) 1 + ;
 
-: word-4 ( a -- b c ) 0 swap word-3 swap 1+ ;
+: word-4 ( a -- b c ) 0 swap word-3 swap 1 + ;
 
 [ 1 1 ] [ 0 word-4 ] unit-test