tools.deploy: fix facepalm

db4
Slava Pestov 2009-09-07 22:48:57 -05:00
parent ed60c89e94
commit 0ad4557d62
3 changed files with 6 additions and 5 deletions

View File

@ -103,6 +103,6 @@ os windows? os macosx? or [
[ ] [ "tools.deploy.test.8" shake-and-bake run-temp-image ] unit-test
] when
os macsx? [
os macosx? [
[ ] [ "tools.deploy.test.14" shake-and-bake run-temp-image ] unit-test
] when

View File

@ -6,9 +6,9 @@ IN: tools.deploy.test.14
CLASS: {
{ +superclass+ "NSObject" }
{ +name+ "Foo" }
{ +name+ "Bar" }
} {
"foo:"
"bar:"
"float"
{ "id" "SEL" "NSRect" }
[
@ -19,8 +19,8 @@ CLASS: {
} ;
: main ( -- )
Foo -> alloc -> init
S{ CGRect f S{ CGPoint f 1.0 2.0 } S{ CGSize f 3.0 4.0 } } -> foo:
Bar -> alloc -> init
S{ CGRect f S{ CGPoint f 1.0 2.0 } S{ CGSize f 3.0 4.0 } } -> bar:
10.0 assert= ;
MAIN: main

View File

@ -0,0 +1 @@
unportable