Skip to content

Commit a3198dc

Browse files
committed
[Test] Remove -disable-sil-ownership-verifier use.
The flag had been used in test/SILOptimizer/definite_init_inout_super_init.swift because SILGen generated invalid SIL which would only be diagnosed during DI. Thanks to #73664 , this is diagnosed before SILGen. One other test case use (test/PrintAsObjC/extensions.swift) remains.
1 parent cb2f23f commit a3198dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/definite_init_inout_super_init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swiftc_driver -Xfrontend -disable-sil-ownership-verifier -emit-sil %s -o /dev/null -Xfrontend -verify
1+
// RUN: %target-swiftc_driver -emit-sil %s -o /dev/null -Xfrontend -verify
22

33
// TODO: Change this back to using target-swift-frontend once we move errors to
44
// type checker and SILGen.

0 commit comments

Comments
 (0)