]> git.lizzy.rs Git - rust.git/commitdiff
Ignore a threaded test on emscripten
authorAlex Crichton <alex@alexcrichton.com>
Mon, 28 Aug 2017 06:37:50 +0000 (23:37 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 28 Aug 2017 06:37:50 +0000 (23:37 -0700)
src/test/run-pass/generator/smoke.rs

index 48f1b688f2466470e5067d3b12db1117d5945ff0..e9bdfbf28ea9ca0128119cdcfb117e92f8ca47c0 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-emscripten
 // compile-flags: --test
 
 #![feature(generators, generator_trait)]