mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The test was originally disabled but to timeouts that were supposedly caused by the new integer protocols. A few improvements have been implemented in the compiler as well as in the standard library since them, so it might no longer be a problem.
7 lines
302 B
Plaintext
7 lines
302 B
Plaintext
// RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null; done
|
|
|
|
// CHECK-NOT: Unknown
|
|
|
|
// REQUIRES: long_test
|
|
// REQUIRES: nonexecutable_test
|