Skip to content

Commit 188b5ae

Browse files
committed
Tests: Forgot to disable the MacCatalyst variant of the attr_inlinable_available test case with #42234.
Resolves rdar://91549324
1 parent add8eff commit 188b5ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/attr/attr_inlinable_available_maccatalyst.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
// RUN: %target-typecheck-verify-swift -swift-version 5 -enable-library-evolution -target %target-cpu-apple-ios14.4-macabi -target-min-inlining-version min
1313

1414

15+
// FIXME: Re-enable with rdar://91387029
1516
// Check that `-library-level api` implies `-target-min-inlining-version min`
16-
// RUN: %target-typecheck-verify-swift -swift-version 5 -enable-library-evolution -target %target-cpu-apple-ios14.4-macabi -library-level api
17+
// RUN/: %target-typecheck-verify-swift -swift-version 5 -enable-library-evolution -target %target-cpu-apple-ios14.4-macabi -library-level api
1718

1819

1920
// Check that these rules are only applied when requested and that at least some

0 commit comments

Comments
 (0)