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 [ ] [ "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

View File

@ -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

View File

@ -0,0 +1 @@
unportable