Skip to content

Commit 5d66fda

Browse files
authored
Merge pull request #83091 from Xazax-hun/fix-ios-test
2 parents 90f9fce + 2fc3690 commit 5d66fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/SwiftToCxx/stdlib/foundation-type-not-exposed-by-default-to-cxx.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public enum UseFoundationEnum {
1414
case B
1515
}
1616

17-
public func f() -> NSEdgeInsets {
18-
NSEdgeInsets()
17+
public func f() -> Decimal {
18+
Decimal()
1919
}
2020

2121
// CHECK: class UseFoundationEnum { } SWIFT_UNAVAILABLE_MSG("Swift enum 'UseFoundationEnum' cannot be represented in C++");

0 commit comments

Comments
 (0)