Skip to content

Commit a348690

Browse files
committed
Delete ExpressibleByStringInterpolation deprecation test
1 parent b92dccd commit a348690

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

validation-test/stdlib/BoolDiagnostics_Dataflow.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,3 @@ func test_constantFoldOr4() -> Int {
5454
return 42
5555
}
5656
} // expected-error {{missing return in a function expected to return 'Int'}}
57-
58-
// expected-warning@+1 {{'ExpressibleByStringInterpolation' is deprecated: it will be replaced or redesigned in Swift 5.0. Instead of conforming to 'ExpressibleByStringInterpolation', consider adding an 'init(_:String)'}}
59-
typealias X = ExpressibleByStringInterpolation

0 commit comments

Comments
 (0)