mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
// This tests whether we accept fixits from warnings without filtering.
|
|
// The particular diagnostics used are not important.
|
|
|
|
// RUN: %swift -parse -target %target-triple %s -fixit-all -emit-fixits-path %t.remap
|
|
// RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result
|
|
|
|
func ftest1() {
|
|
_ = 0
|
|
}
|