Change tests to also test that this feature is available per default

This commit is contained in:
Arnold Schwaighofer
2025-11-07 10:01:36 -08:00
parent fe90be09e3
commit 9795f65145
2 changed files with 4 additions and 5 deletions

View File

@@ -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