Skip to content

Commit 9795f65

Browse files
committed
Change tests to also test that this feature is available per default
1 parent fe90be0 commit 9795f65

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

test/ModuleInterface/attr-inline-always.swift

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
2-
// RUN: -enable-experimental-feature InlineAlways \
32
// RUN: -emit-private-module-interface-path %t.private.swiftinterface
43

5-
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs \
6-
// RUN: -enable-experimental-feature InlineAlways
7-
// RUN: %target-swift-typecheck-module-from-interface(%t.private.swiftinterface) -module-name attrs \
8-
// RUN: -enable-experimental-feature InlineAlways
4+
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs
5+
6+
// RUN: %target-swift-typecheck-module-from-interface(%t.private.swiftinterface) -module-name attrs
97

108
// RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.swiftinterface
119
// RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.private.swiftinterface

test/SILGen/inline_always.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-emit-silgen -enable-experimental-feature InlineAlways -parse-as-library %s | %FileCheck %s
2+
// RUN: %target-swift-emit-silgen -parse-as-library %s | %FileCheck %s
23

34
// REQUIRES: swift_feature_InlineAlways
45

0 commit comments

Comments
 (0)