classes.tuple: tests were changing superclass of vocab tuple

db4
Slava Pestov 2010-01-27 20:24:33 +13:00
parent 7fe96f3eff
commit b63ec30449
1 changed files with 2 additions and 2 deletions

View 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 define-tuple-class
] with-compilation-unit ] with-compilation-unit
all-words drop all-words drop
[ [
\ vocab tuple "slots" get \ vocab identity-tuple "slots" get
define-tuple-class define-tuple-class
] with-compilation-unit ] with-compilation-unit
] unit-test ] unit-test