mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Eliminate -assume-parsing-unqualified-ownership-sil from tests.
I am doing this separately from the actual change to eliminate the option to make it easier to review.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil %s -module-name=coverage_maps | %target-sil-opt -assume-parsing-unqualified-ownership-sil -verify -module-name=coverage_maps | %FileCheck %s
|
||||
// RUN: %target-sil-opt %s -module-name=coverage_maps | %target-sil-opt -verify -module-name=coverage_maps | %FileCheck %s
|
||||
|
||||
sil @someFunction : $@convention(thin) () -> () {
|
||||
bb0:
|
||||
|
||||
Reference in New Issue
Block a user