about summary refs log tree commit diff
path: root/tests/mir-opt/async_closure_shims.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/async_closure_shims.rs')
-rw-r--r--tests/mir-opt/async_closure_shims.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/mir-opt/async_closure_shims.rs b/tests/mir-opt/async_closure_shims.rs
index 5e875321400..47c41ed0500 100644
--- a/tests/mir-opt/async_closure_shims.rs
+++ b/tests/mir-opt/async_closure_shims.rs
@@ -30,8 +30,6 @@ async fn call_once(f: impl AsyncFnOnce(i32)) {
 }
 
 // EMIT_MIR async_closure_shims.main-{closure#0}-{closure#0}.coroutine_closure_by_move.0.mir
-// EMIT_MIR async_closure_shims.main-{closure#0}-{closure#0}.coroutine_closure_by_mut.0.mir
-// EMIT_MIR async_closure_shims.main-{closure#0}-{closure#0}-{closure#0}.coroutine_by_mut.0.mir
 // EMIT_MIR async_closure_shims.main-{closure#0}-{closure#0}-{closure#0}.coroutine_by_move.0.mir
 pub fn main() {
     block_on(async {