about summary refs log tree commit diff
path: root/src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2018-08-30 14:18:55 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2018-09-06 13:00:26 +0200
commit0909e0bf7049c1fbd95f2aac661d3909f0d1d96d (patch)
treef15885c682490573fc20c4816d57f0049a7f1201 /src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs
parent7834c2284801766f9925576e8f4d05d7cb7b23dd (diff)
downloadrust-0909e0bf7049c1fbd95f2aac661d3909f0d1d96d.tar.gz
rust-0909e0bf7049c1fbd95f2aac661d3909f0d1d96d.zip
Add `// run-pass` annotations to all the tests under `ui/run-pass/`.
(I may have accidentally added it to some auxilliary crates as well;
my emacs-macro-based methodology was pretty crude.)
Diffstat (limited to 'src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs')
-rw-r--r--src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs b/src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs
index 43271162c18..17620f62be6 100644
--- a/src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs
+++ b/src/test/ui/run-pass/array-slice-vec/destructure-array-1.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// run-pass
+
 // Ensure that we can do a destructuring bind of a fixed-size array,
 // even when the element type has a destructor.