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:
Kavon Farvardin
2023-03-24 16:03:11 -07:00
parent 5c8447587f
commit 2be061cb06

View File

@@ -1,4 +1,4 @@
// RUN: %target-run-stdlib-swift(-O)
// RUN: %target-run-stdlib-swift(-O -enable-experimental-feature MoveOnly)
// REQUIRES: executable_test