1
Fork 0

Remove test for #66758

This commit is contained in:
Dylan MacKenzie 2019-11-26 12:13:15 -08:00
parent 582affd657
commit a626bf68b8

View file

@ -18,10 +18,4 @@ const fn f(e: E) {
}
}
const fn g(e: E) {
match e {
_ => {}
}
}
fn main() {}