Skip to content

Commit c8b016d

Browse files
eecksteinkavon
authored andcommitted
tests: re-enable simplification passes in SILGen/moveonly_deinits.swift
1 parent 75ce4c7 commit c8b016d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/SILGen/moveonly_deinits.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// TODO: re-enable the simplification passes once rdar://104875010 is fixed
2-
// RUN: %target-swift-emit-silgen -enable-experimental-feature MoveOnlyEnumDeinits -Xllvm -sil-disable-pass=simplification %s | %FileCheck -check-prefix=SILGEN %s
3-
// RUN: %target-swift-emit-sil -enable-experimental-feature MoveOnlyEnumDeinits -Xllvm -sil-disable-pass=simplification %s | %FileCheck -check-prefix=SIL %s
1+
// RUN: %target-swift-emit-silgen -enable-experimental-feature MoveOnlyEnumDeinits %s | %FileCheck -check-prefix=SILGEN %s
2+
// RUN: %target-swift-emit-sil -enable-experimental-feature MoveOnlyEnumDeinits %s | %FileCheck -check-prefix=SIL %s
43

54
// Test that makes sure that throughout the pipeline we properly handle
65
// conditional releases for trivial and non-trivial move only types.

0 commit comments

Comments
 (0)