classes.struct.vectored: fix unit test for forget-tests? flag
parent
a3e6de5e6a
commit
f652ee2b02
|
@ -1,6 +1,7 @@
|
||||||
! (c)2009 Joe Groff bsd license
|
! (c)2009 Joe Groff bsd license
|
||||||
USING: accessors alien.c-types classes.struct classes.struct.vectored
|
USING: accessors alien.c-types classes.struct classes.struct.vectored
|
||||||
kernel sequences specialized-arrays tools.test ;
|
kernel sequences specialized-arrays tools.test vocabs compiler.units ;
|
||||||
|
FROM: specialized-arrays.private => specialized-array-vocab ;
|
||||||
SPECIALIZED-ARRAYS: int ushort float ;
|
SPECIALIZED-ARRAYS: int ushort float ;
|
||||||
IN: classes.struct.vectored.tests
|
IN: classes.struct.vectored.tests
|
||||||
|
|
||||||
|
@ -71,3 +72,9 @@ VECTORED-STRUCT: foo
|
||||||
{ w ushort-array{ 15 25 35 45 } }
|
{ w ushort-array{ 15 25 35 45 } }
|
||||||
} third vectored-element>
|
} third vectored-element>
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
[ ] [
|
||||||
|
[
|
||||||
|
foo specialized-array-vocab forget-vocab
|
||||||
|
] with-compilation-unit
|
||||||
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue