fix tools.deploy test
parent
c3b8847936
commit
b89047b3d3
|
@ -1,7 +1,9 @@
|
||||||
! Copyright (C) 2009 Slava Pestov.
|
! Copyright (C) 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors classes.struct cocoa cocoa.classes
|
USING: accessors classes.struct cocoa cocoa.classes
|
||||||
cocoa.subclassing core-graphics.types kernel math ;
|
cocoa.runtime cocoa.subclassing cocoa.types core-graphics.types
|
||||||
|
kernel math ;
|
||||||
|
FROM: alien.c-types => float ;
|
||||||
IN: tools.deploy.test.14
|
IN: tools.deploy.test.14
|
||||||
|
|
||||||
CLASS: {
|
CLASS: {
|
||||||
|
|
Loading…
Reference in New Issue