tools.deploy: fix facepalm
parent
ed60c89e94
commit
0ad4557d62
|
@ -103,6 +103,6 @@ os windows? os macosx? or [
|
||||||
[ ] [ "tools.deploy.test.8" shake-and-bake run-temp-image ] unit-test
|
[ ] [ "tools.deploy.test.8" shake-and-bake run-temp-image ] unit-test
|
||||||
] when
|
] when
|
||||||
|
|
||||||
os macsx? [
|
os macosx? [
|
||||||
[ ] [ "tools.deploy.test.14" shake-and-bake run-temp-image ] unit-test
|
[ ] [ "tools.deploy.test.14" shake-and-bake run-temp-image ] unit-test
|
||||||
] when
|
] when
|
|
@ -6,9 +6,9 @@ IN: tools.deploy.test.14
|
||||||
|
|
||||||
CLASS: {
|
CLASS: {
|
||||||
{ +superclass+ "NSObject" }
|
{ +superclass+ "NSObject" }
|
||||||
{ +name+ "Foo" }
|
{ +name+ "Bar" }
|
||||||
} {
|
} {
|
||||||
"foo:"
|
"bar:"
|
||||||
"float"
|
"float"
|
||||||
{ "id" "SEL" "NSRect" }
|
{ "id" "SEL" "NSRect" }
|
||||||
[
|
[
|
||||||
|
@ -19,8 +19,8 @@ CLASS: {
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
: main ( -- )
|
: main ( -- )
|
||||||
Foo -> alloc -> init
|
Bar -> alloc -> init
|
||||||
S{ CGRect f S{ CGPoint f 1.0 2.0 } S{ CGSize f 3.0 4.0 } } -> foo:
|
S{ CGRect f S{ CGPoint f 1.0 2.0 } S{ CGSize f 3.0 4.0 } } -> bar:
|
||||||
10.0 assert= ;
|
10.0 assert= ;
|
||||||
|
|
||||||
MAIN: main
|
MAIN: main
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
unportable
|
Loading…
Reference in New Issue