mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
// Make sure that we can deserialize the stdlib.
|
|
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil %platform-module-dir/Swift.swiftmodule > /dev/null
|
|
// RUN: llvm-bcanalyzer %platform-module-dir/Swift.swiftmodule | %FileCheck %s
|
|
|
|
// CHECK-NOT: Unknown
|