]> gitweb.factorcode.org Git - factor.git/commitdiff
classes.tuple: tests were changing superclass of vocab tuple
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 27 Jan 2010 07:24:33 +0000 (20:24 +1300)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 27 Jan 2010 07:24:33 +0000 (20:24 +1300)
core/classes/tuple/tuple-tests.factor

index 73c501716d85581bd44e35b0755f3aacdc2e0926..aa99ac3194df4651cc1d86a9a8b35307c3685af6 100644 (file)
@@ -443,14 +443,14 @@ TUPLE: redefinition-problem-2 ;
 
 [ ] [
     [
-        \ vocab tuple { "xxx" } "slots" get append
+        \ vocab identity-tuple { "xxx" } "slots" get append
         define-tuple-class
     ] with-compilation-unit
 
     all-words drop
 
     [
-        \ vocab tuple "slots" get
+        \ vocab identity-tuple "slots" get
         define-tuple-class
     ] with-compilation-unit
 ] unit-test