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
|
||||
sequences system libc alien.strings io.encodings.utf8
|
||||
math.constants classes.struct ;
|
||||
USING: alien alien.syntax alien.c-types alien.parser
|
||||
kernel tools.test sequences system libc alien.strings
|
||||
io.encodings.utf8 math.constants classes.struct ;
|
||||
IN: alien.c-types.tests
|
||||
|
||||
CONSTANT: xyz 123
|
||||
|
|
Loading…
Reference in New Issue