Remove empty test

This commit is contained in:
Jannis Christopher Köhl 2022-08-31 00:15:21 +02:00
parent 93ee806233
commit c83489c64b
2 changed files with 0 additions and 18 deletions

View File

@ -1,12 +0,0 @@
- // MIR for `main` before DataflowConstProp
+ // MIR for `main` after DataflowConstProp
fn main() -> () {
let mut _0: (); // return place in scope 0 at $DIR/cell.rs:+0:11: +0:11
bb0: {
_0 = const (); // scope 0 at $DIR/cell.rs:+0:11: +2:2
return; // scope 0 at $DIR/cell.rs:+2:2: +2:2
}
}

View File

@ -1,6 +0,0 @@
// unit-test: DataflowConstProp
// EMIT_MIR cell.main.DataflowConstProp.diff
fn main() {
// FIXME: Is it possible to build something with UnsafeCell?
}