Skip to content

Commit a34907f

Browse files
authored
Merge pull request #22618 from harlanhaskins/rdar48060199-stored-properties-client-disable
[test] Disable stored-properties-client test on 5.0
2 parents 4ac21da + 349db2b commit a34907f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ParseableInterface/stored-properties-client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// RUN: %target-swift-frontend -typecheck %S/stored-properties.swift -enable-resilience -module-name StoredProperties -emit-parseable-module-interface-path %t/StoredProperties.swiftinterface
77
// RUN: %target-swift-frontend -emit-ir %s -I %t -enable-parseable-module-interface | %FileCheck %s -check-prefix RESILIENT -check-prefix COMMON
88

9+
// REQUIRES: rdar_48061099
10+
911
import StoredProperties
1012

1113
/// This test makes sure clients of a parseable interface see correct type

0 commit comments

Comments
 (0)