diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-08-30 14:18:55 +0200 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-09-06 13:00:26 +0200 |
| commit | 0909e0bf7049c1fbd95f2aac661d3909f0d1d96d (patch) | |
| tree | f15885c682490573fc20c4816d57f0049a7f1201 /src/test/ui/run-pass/traits/trait-inheritance-cast-without-call-to-supertrait.rs | |
| parent | 7834c2284801766f9925576e8f4d05d7cb7b23dd (diff) | |
| download | rust-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.rs | 1 |
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 |
