mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC][test] Clean up overlooked dead auxiliary test files after...
...https://github.com/swiftlang/swift/pull/81280.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
enum E2 {
|
||||
case x
|
||||
case y
|
||||
case z
|
||||
}
|
||||
|
||||
func fooHelper(_ e: E2) {
|
||||
switch e {
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
module Empty {}
|
||||
@@ -1,8 +0,0 @@
|
||||
func foo1() {
|
||||
class Base {}
|
||||
class Derived : Base {}
|
||||
|
||||
var b : Base
|
||||
b as Derived
|
||||
undeclared_foo1
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
func foo1() {
|
||||
class Base {}
|
||||
class Derived : Base {}
|
||||
|
||||
var b : Base
|
||||
b as! Derived
|
||||
undeclared_foo1
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
func foo2() {
|
||||
class Base {}
|
||||
class Derived : Base {}
|
||||
|
||||
var b : Base
|
||||
b as Derived
|
||||
undeclared_foo2
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
func foo2() {
|
||||
class Base {}
|
||||
class Derived : Base {}
|
||||
|
||||
var b : Base
|
||||
b as! Derived
|
||||
undeclared_foo2
|
||||
}
|
||||
Reference in New Issue
Block a user