Skip to content

Commit a4d0116

Browse files
committed
remove skip of destroy hoisting
1 parent 6e49758 commit a4d0116

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(-Xllvm -sil-disable-pass=DestroyHoisting -Xfrontend -enable-experimental-move-only)
1+
// RUN: %target-run-stdlib-swift(-Xfrontend -enable-experimental-move-only)
22
//
33
// NOTE ON ABOVE: I am disabling destroy hoisting on this test since we are
44
// going to move it out of the mandatory pipeline eventually and it causes the

0 commit comments

Comments
 (0)