about summary refs log tree commit diff
path: root/tests/ui/coroutine
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coroutine')
-rw-r--r--tests/ui/coroutine/size-moved-locals.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/coroutine/size-moved-locals.rs b/tests/ui/coroutine/size-moved-locals.rs
index 84cc4319070..eb5210087a0 100644
--- a/tests/ui/coroutine/size-moved-locals.rs
+++ b/tests/ui/coroutine/size-moved-locals.rs
@@ -10,7 +10,6 @@
 // See issue #59123 for a full explanation.
 
 //@ edition:2018
-//@ ignore-wasm32 issue #62807
 //@ needs-unwind Size of Closures change on panic=abort
 
 #![feature(coroutines, coroutine_trait)]