diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 0f08e79305..36045a6b22 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -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 \ No newline at end of file diff --git a/basis/tools/deploy/test/14/14.factor b/basis/tools/deploy/test/14/14.factor index 502377f10b..d6caa0e68b 100644 --- a/basis/tools/deploy/test/14/14.factor +++ b/basis/tools/deploy/test/14/14.factor @@ -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 diff --git a/basis/tools/deploy/test/14/tags.txt b/basis/tools/deploy/test/14/tags.txt new file mode 100644 index 0000000000..6bf68304bb --- /dev/null +++ b/basis/tools/deploy/test/14/tags.txt @@ -0,0 +1 @@ +unportable