compiler.tests.redefine23: test wasn't testing anything

release
Slava Pestov 2010-04-13 00:56:48 -07:00
parent c09f1567cb
commit 4f16212840
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
IN: compiler.tests.redefine23 IN: compiler.tests.redefine23
USING: classes.struct specialized-arrays alien.c-types sequences USING: classes.struct specialized-arrays alien.c-types sequences
compiler.units vocabs tools.test ; compiler.units vocabs tools.test ;
FROM: specialized-arrays.private => specialized-array-vocab ;
STRUCT: my-struct { x int } ; STRUCT: my-struct { x int } ;
SPECIALIZED-ARRAY: my-struct SPECIALIZED-ARRAY: my-struct
@ -8,6 +9,6 @@ SPECIALIZED-ARRAY: my-struct
[ ] [ [ ] [
[ [
"specialized-arrays.instances.compiler.tests.redefine23" forget-vocab my-struct specialized-array-vocab forget-vocab
] with-compilation-unit ] with-compilation-unit
] unit-test ] unit-test