Skip to content

Commit

Permalink
Rollup merge of rust-lang#63560 - Centril:mv-generator-test, r=petroc…
Browse files Browse the repository at this point in the history
…henkov

move test that shouldn't be in test/run-pass/

We no longer test `src/test/run-pass/`; the proper way now is `// run-pass` in `src/test/ui/`

r? @petrochenkov
  • Loading branch information
Centril committed Aug 14, 2019
2 parents e030478 + 264640c commit a1f564b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Test that niche finding works with captured generator upvars.

// run-pass

#![feature(generators)]

use std::mem::size_of_val;
Expand Down

0 comments on commit a1f564b

Please sign in to comment.