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 11
11
//===----------------------------------------------------------------------===//
12
12
13
13
// 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
15
15
// RUN: %target-codesign %t/a.out
16
16
// RUN: %target-run %t/a.out
17
17
// REQUIRES: executable_test
18
18
// REQUIRES: CPU=x86_64
19
19
20
- // See rdar://problem/65251059
21
- // UNSUPPORTED: windows
22
- // rdar://problem/65015626
23
- // XFAIL: asserts
24
-
25
20
import StdlibUnittest
26
21
#if canImport(Darwin)
27
22
import Darwin
You can’t perform that action at this time.
0 commit comments