]> gitweb.factorcode.org Git - factor.git/blobdiff - core/compiler/units/units-tests.factor
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical...
[factor.git] / core / compiler / units / units-tests.factor
index 86711f4ab0a71aa721ecb876f4aaeb91edadae71..72a504e91ac6b94f9a3559e31514c5f3f45eabdf 100644 (file)
@@ -40,7 +40,7 @@ SYMBOL: counter
 
 M: observer definitions-changed 2drop global [ counter inc ] bind ;
 
-[ gensym [ ] (( -- )) define-declared ] with-compilation-unit
+[ gensym [ ] ( -- ) define-declared ] with-compilation-unit
 
 [ 1 ] [ counter get-global ] unit-test