generic, words: update unit tests for deopt data structure change

db4
Slava Pestov 2009-11-08 19:44:04 -06:00
parent da041a0175
commit a361e68f30
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,8 @@ classes.tuple classes.union compiler.units continuations
definitions eval generic generic.math generic.standard
hashtables io io.streams.string kernel layouts math math.order
namespaces parser prettyprint quotations sequences sorting
strings tools.test vectors words generic.single ;
strings tools.test vectors words generic.single
compiler.crossref ;
IN: generic.tests
GENERIC: foobar ( x -- y )

View File

@ -1,7 +1,7 @@
USING: arrays generic assocs kernel math namespaces
sequences tools.test words definitions parser quotations
vocabs continuations classes.tuple compiler.units
io.streams.string accessors eval words.symbol ;
io.streams.string accessors eval words.symbol grouping ;
IN: words.tests
[ 4 ] [
@ -121,7 +121,7 @@ DEFER: x
[ { } ]
[
all-words [
"compiled-uses" word-prop
"compiled-uses" word-prop 2 <groups>
keys [ "forgotten" word-prop ] filter
] map harvest
] unit-test