diff --git a/test/ModuleInterface/attr-inline-always.swift b/test/ModuleInterface/attr-inline-always.swift index c5d24654b78..768a15a4907 100644 --- a/test/ModuleInterface/attr-inline-always.swift +++ b/test/ModuleInterface/attr-inline-always.swift @@ -1,11 +1,9 @@ // RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \ -// RUN: -enable-experimental-feature InlineAlways \ // RUN: -emit-private-module-interface-path %t.private.swiftinterface -// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs \ -// RUN: -enable-experimental-feature InlineAlways -// RUN: %target-swift-typecheck-module-from-interface(%t.private.swiftinterface) -module-name attrs \ -// RUN: -enable-experimental-feature InlineAlways +// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs + +// RUN: %target-swift-typecheck-module-from-interface(%t.private.swiftinterface) -module-name attrs // RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.swiftinterface // RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.private.swiftinterface diff --git a/test/SILGen/inline_always.swift b/test/SILGen/inline_always.swift index 9fa11c0573c..6e420d2106e 100644 --- a/test/SILGen/inline_always.swift +++ b/test/SILGen/inline_always.swift @@ -1,4 +1,5 @@ // RUN: %target-swift-emit-silgen -enable-experimental-feature InlineAlways -parse-as-library %s | %FileCheck %s +// RUN: %target-swift-emit-silgen -parse-as-library %s | %FileCheck %s // REQUIRES: swift_feature_InlineAlways