File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111//===----------------------------------------------------------------------===//
1212
1313// RUN: %empty-directory(%t)
14- // RUN: %target-build-swift -swift-version 4 -o %t/a.out %s
14+ // RUN: %target-build-swift -swift-version 4 -o %t/a.out %s -Xfrontend -requirement-machine-inferred-signatures=on -Xfrontend -requirement-machine-abstract-signatures=on -Xfrontend -requirement-machine-protocol-signatures=on
1515// RUN: %target-codesign %t/a.out
1616// RUN: %target-run %t/a.out
1717// REQUIRES: executable_test
1818// REQUIRES: CPU=x86_64
1919
20- // See rdar://problem/65251059
21- // UNSUPPORTED: windows
22- // rdar://problem/65015626
23- // XFAIL: asserts
24-
2520import StdlibUnittest
2621#if canImport(Darwin)
2722 import Darwin
You can’t perform that action at this time.
0 commit comments