We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526681a commit 9b21e23Copy full SHA for 9b21e23
test/Prototypes/Algorithms.swift.gyb
@@ -11,7 +11,7 @@
11
//===----------------------------------------------------------------------===//
12
// RUN: %empty-directory(%t)
13
// 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
+// 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
15
// RUN: %line-directive %t/out.swift -- %target-run %t/a.out
16
17
// REQUIRES: executable_test
0 commit comments