compiler.codegen.gc-maps: fix tests
parent
901ee2434c
commit
7a4ab74703
|
@ -1,7 +1,8 @@
|
||||||
USING: namespaces byte-arrays make compiler.codegen.gc-maps
|
USING: namespaces byte-arrays make compiler.codegen.gc-maps
|
||||||
bit-arrays accessors classes.struct tools.test kernel math
|
compiler.codegen.relocation bit-arrays accessors classes.struct
|
||||||
sequences alien.c-types specialized-arrays boxes
|
tools.test kernel math sequences alien.c-types
|
||||||
compiler.cfg.instructions system cpu.architecture ;
|
specialized-arrays boxes compiler.cfg.instructions system
|
||||||
|
cpu.architecture ;
|
||||||
SPECIALIZED-ARRAY: uint
|
SPECIALIZED-ARRAY: uint
|
||||||
IN: compiler.codegen.gc-maps.tests
|
IN: compiler.codegen.gc-maps.tests
|
||||||
|
|
||||||
|
@ -20,6 +21,7 @@ M: fake-cpu gc-root-offset ;
|
||||||
|
|
||||||
[ ] [
|
[ ] [
|
||||||
[
|
[
|
||||||
|
init-relocation
|
||||||
init-gc-maps
|
init-gc-maps
|
||||||
|
|
||||||
50 <byte-array> %
|
50 <byte-array> %
|
||||||
|
|
Loading…
Reference in New Issue