add missing USING: to alien.c-types test
parent
232d1d319c
commit
20621bbbb6
|
@ -1,6 +1,6 @@
|
||||||
USING: alien alien.syntax alien.c-types kernel tools.test
|
USING: alien alien.syntax alien.c-types alien.parser
|
||||||
sequences system libc alien.strings io.encodings.utf8
|
kernel tools.test sequences system libc alien.strings
|
||||||
math.constants classes.struct ;
|
io.encodings.utf8 math.constants classes.struct ;
|
||||||
IN: alien.c-types.tests
|
IN: alien.c-types.tests
|
||||||
|
|
||||||
CONSTANT: xyz 123
|
CONSTANT: xyz 123
|
||||||
|
|
Loading…
Reference in New Issue