mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Also remove -verify from almost all of them, since only two actually have expected diagnostic output that is tested. Swift SVN r32198
4 lines
235 B
Plaintext
4 lines
235 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 -enable-sil-verify-all $x > /dev/null; done
|
|
|
|
// CHECK-NOT: Unknown
|