Skip to content

Commit 9b21e23

Browse files
DougGregorairspeedswift
authored andcommitted
Add -enable-experimental-conditional-conformances to test.
1 parent 526681a commit 9b21e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Prototypes/Algorithms.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212
// RUN: %empty-directory(%t)
1313
// RUN: %gyb -DWORD_BITS=%target-ptrsize %s -o %t/out.swift
14-
// RUN: %line-directive %t/out.swift -- %target-build-swift -parse-stdlib %t/out.swift -o %t/a.out -Onone -swift-version 4
14+
// RUN: %line-directive %t/out.swift -- %target-build-swift -enable-experimental-conditional-conformances -parse-stdlib %t/out.swift -o %t/a.out -Onone -swift-version 4
1515
// RUN: %line-directive %t/out.swift -- %target-run %t/a.out
1616

1717
// REQUIRES: executable_test

0 commit comments

Comments
 (0)