Skip to content
Snippets Groups Projects
Commit f15a2e70 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

objc-hi is broken on 32bit OSX (#5106)

parent 69b80929
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ def if_not_platform(platforms, f):
skip_if_not_osx = if_not_platform(['i386-apple-darwin','x86_64-apple-darwin'], skip)
test('objc-hi', [ skip_if_not_osx, objc_src ], compile_and_run, ['-framework Foundation'])
test('objc-hi', [ skip_if_not_osx, objc_src, if_platform('i386-apple-darwin', expect_broken(5106)) ], compile_and_run, ['-framework Foundation'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment