about summary refs log tree commit diff
path: root/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs')
-rw-r--r--src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs b/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs
index 684172ca61c..0450fe8abbd 100644
--- a/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs
+++ b/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs
@@ -3,7 +3,6 @@
 // Check that partially moved from function parameters are dropped after the
 // named bindings that move from them.
 
-// ignore-wasm32-bare compiled with panic=abort by default
 
 use std::{panic, cell::RefCell};