|
1 | 1 | // RUN: %empty-directory(%t)
|
2 | 2 |
|
3 |
| -// Due to SE427NoInferenceOnExtension not being in production |
4 |
| -// REQUIRES: asserts |
5 |
| - |
6 | 3 | // RUN: %target-swift-frontend -swift-version 5 -enable-library-evolution -emit-module \
|
7 | 4 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \
|
8 | 5 | // RUN: -enable-experimental-feature NonescapableTypes \
|
9 |
| -// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
10 | 6 | // RUN: -o %t/NoncopyableGenerics_Misc.swiftmodule \
|
11 | 7 | // RUN: -emit-module-interface-path %t/NoncopyableGenerics_Misc.swiftinterface \
|
12 | 8 | // RUN: %S/Inputs/NoncopyableGenerics_Misc.swift
|
13 | 9 |
|
14 | 10 | // RUN: %target-swift-frontend -swift-version 5 -enable-library-evolution -emit-module \
|
15 | 11 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \
|
16 | 12 | // RUN: -enable-experimental-feature NonescapableTypes \
|
17 |
| -// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
18 | 13 | // RUN: -o %t/Swiftskell.swiftmodule \
|
19 | 14 | // RUN: -emit-module-interface-path %t/Swiftskell.swiftinterface \
|
20 | 15 | // RUN: %S/../Inputs/Swiftskell.swift
|
|
29 | 24 | // RUN: %target-swift-frontend -compile-module-from-interface \
|
30 | 25 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \
|
31 | 26 | // RUN: -enable-experimental-feature NonescapableTypes \
|
32 |
| -// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
33 | 27 | // RUN: %t/NoncopyableGenerics_Misc.swiftinterface -o %t/NoncopyableGenerics_Misc.swiftmodule
|
34 | 28 |
|
35 | 29 | // RUN: %target-swift-frontend -compile-module-from-interface \
|
36 | 30 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \
|
37 | 31 | // RUN: -enable-experimental-feature NonescapableTypes \
|
38 |
| -// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
39 | 32 | // RUN: %t/Swiftskell.swiftinterface -o %t/Swiftskell.swiftmodule
|
40 | 33 |
|
41 | 34 | // RUN: %target-swift-frontend -emit-silgen -I %t %s \
|
42 | 35 | // RUN: -enable-experimental-feature SuppressedAssociatedTypes \
|
43 | 36 | // RUN: -enable-experimental-feature NonescapableTypes \
|
44 |
| -// RUN: -enable-experimental-feature SE427NoInferenceOnExtension \ |
45 | 37 | // RUN: -o %t/final.silgen
|
46 | 38 |
|
47 | 39 | // RUN: %FileCheck %s --check-prefix=CHECK-SILGEN < %t/final.silgen
|
|
0 commit comments