classes.struct.vectored: fix unit test for forget-tests? flag

release
Slava Pestov 2010-04-13 06:15:08 -07:00
parent a3e6de5e6a
commit f652ee2b02
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
! (c)2009 Joe Groff bsd license
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 ;
IN: classes.struct.vectored.tests
@ -71,3 +72,9 @@ VECTORED-STRUCT: foo
{ w ushort-array{ 15 25 35 45 } }
} third vectored-element>
] unit-test
[ ] [
[
foo specialized-array-vocab forget-vocab
] with-compilation-unit
] unit-test