Skip to content

Commit a1f564b

Browse files
authored
Rollup merge of #63560 - Centril:mv-generator-test, r=petrochenkov
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
2 parents e030478 + 264640c commit a1f564b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/generator/niche-in-generator.rs renamed to src/test/ui/generator/niche-in-generator.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Test that niche finding works with captured generator upvars.
22

3+
// run-pass
4+
35
#![feature(generators)]
46

57
use std::mem::size_of_val;

0 commit comments

Comments
 (0)