Skip to content

Commit c9d202e

Browse files
authored
Merge pull request #41752 from slavapestov/bigint-test
Enable Requirement Machine unconditionally for test/Prototypes/BigInt.swift
2 parents 8da37b0 + f24cf9a commit c9d202e

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

test/Prototypes/BigInt-windows.swift

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/Prototypes/BigInt.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@
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-
2520
import StdlibUnittest
2621
#if canImport(Darwin)
2722
import Darwin

0 commit comments

Comments
 (0)