about summary refs log tree commit diff
path: root/src/test/ui/run-pass/traits/trait-inheritance-cast-without-call-to-supertrait.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/traits/trait-inheritance-cast-without-call-to-supertrait.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/traits/trait-inheritance-cast-without-call-to-supertrait.rs')
-rw-r--r--src/test/ui/run-pass/traits/trait-inheritance-cast-without-call-to-supertrait.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/run-pass/traits/trait-inheritance-cast-without-call-to-supertrait.rs b/src/test/ui/run-pass/traits/trait-inheritance-cast-without-call-to-supertrait.rs
index dd61dc0f9fb..00d74ca0781 100644
--- a/src/test/ui/run-pass/traits/trait-inheritance-cast-without-call-to-supertrait.rs
+++ b/src/test/ui/run-pass/traits/trait-inheritance-cast-without-call-to-supertrait.rs
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// run-pass
 // Testing that we can cast to a subtrait and call subtrait
 // methods. Not testing supertrait methods