Skip to content

Commit bc3c631

Browse files
committed
[borrowing/consuming] Make both noimplicitcopy diagnostic tests run with -sil-verify-all by default.
1 parent 72cd7c5 commit bc3c631

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)