Skip to content

Commit 0d36738

Browse files
committed
Enable sil-verify-all on noimplicitcopy_consuming_parameters and noimplicitcopy_borrowing_parameters.swift.
I found on 5.9 that this caught a small issue in MoveOnlyWrappedTypeLowering. I am going to fix that issue in the next commit.
1 parent c74fd07 commit 0d36738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/SILOptimizer/noimplicitcopy_borrowing_parameters.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -emit-sil %s -verify
1+
// RUN: %target-swift-frontend -emit-sil %s -verify -sil-verify-all
22

33
////////////////////////
44
// MARK: Declarations //

test/SILOptimizer/noimplicitcopy_consuming_parameters.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -emit-sil %s -verify
1+
// RUN: %target-swift-frontend -emit-sil %s -verify -sil-verify-all
22

33
////////////////////////
44
// MARK: Declarations //

0 commit comments

Comments
 (0)