about summary refs log tree commit diff
path: root/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs')
-rw-r--r--src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs b/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs
index 4d5a6fbba28..ea4a9e5afa5 100644
--- a/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs
+++ b/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs
@@ -1,3 +1,4 @@
+// run-pass
 // Check that partially moved from function parameters are dropped after the
 // named bindings that move from them.