Skip to content

Commit 2be061c

Browse files
committed
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
1 parent 5c84475 commit 2be061c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/move_function.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-stdlib-swift(-O)
1+
// RUN: %target-run-stdlib-swift(-O -enable-experimental-feature MoveOnly)
22

33
// REQUIRES: executable_test
44

0 commit comments

Comments
 (0)