SE-496: Remove references to features CDecl and CImplementation

This commit is contained in:
Alexis Laferrière
2025-10-29 11:53:18 -07:00
parent bce585c133
commit 94113f4a83
39 changed files with 56 additions and 158 deletions

View File

@@ -4,10 +4,8 @@
// REQUIRES: executable_test
// REQUIRES: swift_feature_Embedded
// REQUIRES: swift_feature_DeferredCodeGen
// REQUIRES: swift_feature_CDecl
// REQUIRES: swift_feature_CImplementation
// RUN: %target-swift-frontend -emit-ir -o - %s -I %S/Inputs -package-name MyPackage -enable-experimental-feature Embedded -enable-experimental-feature DeferredCodeGen -enable-experimental-feature CDecl -enable-experimental-feature CImplementation -parse-as-library | %FileCheck %s
// RUN: %target-swift-frontend -emit-ir -o - %s -I %S/Inputs -package-name MyPackage -enable-experimental-feature Embedded -enable-experimental-feature DeferredCodeGen -parse-as-library | %FileCheck %s
import MyModuleExports