mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
explicitly enable MoveOnly feature for some stdlib tests
We ran into an issue on minimal stdlib build configurations, because they pull slightly older toolchains to build and test the stdlib. Adding this flag doesn't hurt anything and just ensures things will work with older compilers. But it is not needed and should eventually be safe to remove. part of resolving rdar://106849189
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %target-run-stdlib-swift(-O)
|
||||
// RUN: %target-run-stdlib-swift(-O -enable-experimental-feature MoveOnly)
|
||||
|
||||
// REQUIRES: executable_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user