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

This commit is contained in:
Mazdak Farrokhzad 2019-08-14 18:04:33 +02:00
parent c43d03a19f
commit 264640cde5

View File

@ -1,5 +1,7 @@
// Test that niche finding works with captured generator upvars.
// run-pass
#![feature(generators)]
use std::mem::size_of_val;