We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e49758 commit 22472a8Copy full SHA for 22472a8
test/stdlib/move_function.swift
@@ -1,8 +1,4 @@
1
-// RUN: %target-run-stdlib-swift(-Xllvm -sil-disable-pass=DestroyHoisting -Xfrontend -enable-experimental-move-only)
2
-//
3
-// NOTE ON ABOVE: I am disabling destroy hoisting on this test since we are
4
-// going to move it out of the mandatory pipeline eventually and it causes the
5
-// test to fail only when optimizations are enabled.
+// RUN: %target-run-stdlib-swift(-O)
6
7
// REQUIRES: executable_test
8
0 commit comments