generic, words: update unit tests for deopt data structure change
parent
da041a0175
commit
a361e68f30
|
@ -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 )
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue