]> gitweb.factorcode.org Git - factor.git/blobdiff - core/classes/tuple/tuple-tests.factor
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical...
[factor.git] / core / classes / tuple / tuple-tests.factor
index 48db064cf8400608c0c8e3f8ade67a43aeb73719..bbc5004f0a0c4a6fa75cc8c9bb9d9766b084c71b 100644 (file)
@@ -714,7 +714,7 @@ DEFER: redefine-tuple-twice
 ERROR: base-error x y ;
 ERROR: derived-error < base-error z ;
 
-[ (( x y z -- * )) ] [ \ derived-error stack-effect ] unit-test
+[ ( x y z -- * ) ] [ \ derived-error stack-effect ] unit-test
 
 ! Make sure that tuple reshaping updates code heap roots
 TUPLE: code-heap-ref ;