mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It appears to be working again. I don't know what we did, but let's not regress in the future! rdar://problem/47200045
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
// Make sure that we can deserialize AppKit.
|
|
// RUN: %target-sil-opt %platform-sdk-overlay-dir/AppKit.swiftmodule/%target-swiftmodule-name -module-name AppKit > /dev/null
|
|
// RUN: llvm-bcanalyzer %platform-sdk-overlay-dir/AppKit.swiftmodule/%target-swiftmodule-name | %FileCheck %s
|
|
|
|
// REQUIRES: objc_interop
|
|
// REQUIRES: OS=macosx
|
|
|
|
// CHECK-NOT: Unknown
|