Skip to content

Commit 22472a8

Browse files
committed
enable full optimizations in test
doesn't seem to be a need to skip destroy hoisting anymore.
1 parent 6e49758 commit 22472a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/stdlib/move_function.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
// RUN: %target-run-stdlib-swift(-O)
62

73
// REQUIRES: executable_test
84

0 commit comments

Comments
 (0)