Skip to content

Commit 0251836

Browse files
rebuild modules without -DCGFLOAT_IN_COREFOUNDATION after test
1 parent 6d269e5 commit 0251836

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/PrintAsObjC/bridged-known-types-cf-cgfloat.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ public class Test: NSObject {
3030
@objc public func isEnabled() -> Bool { true }
3131
// CHECK-NEXT: init
3232
} // CHECK-NEXT: @end
33+
// Rebuild modules without -DCGFLOAT_IN_COREFOUNDATION
34+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t) -emit-module -o %t %clang-importer-sdk-path/swift-modules/CoreFoundation.swift
35+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource) -emit-module -o %t %clang-importer-sdk-path/swift-modules/CoreGraphics.swift

0 commit comments

Comments
 (0)