mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
587 B
Plaintext
9 lines
587 B
Plaintext
// RUN: rm -f %t.*
|
|
// RUN: %target-sil-opt -enable-sil-verify-all=true -sil-disable-ast-dump %platform-module-dir/Swift.swiftmodule/%target-swiftmodule-name -module-name=Swift -o %t.sil || %target-sil-opt -enable-sil-verify-all=true -sil-disable-ast-dump %platform-module-dir/Swift.swiftmodule -module-name=Swift -o %t.sil
|
|
// RUN: %target-sil-opt -enable-sil-verify-all=true %t.sil > /dev/null
|
|
// REQUIRES: long_test
|
|
// REQUIRES: nonexecutable_test
|
|
|
|
// rdar://124657305 (@substituted generic signatures need to either include inverses or the Copyable/Escapable conformances)
|
|
// XFAIL: *
|