diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-08-27 23:37:50 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-08-27 23:37:50 -0700 |
| commit | 876278f39589ff2acfcefb4d62b20d674905b5d3 (patch) | |
| tree | 0f4adcdfbfb32a6f9dec20977c397a2053d9cd3d | |
| parent | 9eff522c6de07c2033a6db6ccc4fdd0c4a6cadc4 (diff) | |
| download | rust-876278f39589ff2acfcefb4d62b20d674905b5d3.tar.gz rust-876278f39589ff2acfcefb4d62b20d674905b5d3.zip | |
Ignore a threaded test on emscripten
| -rw-r--r-- | src/test/run-pass/generator/smoke.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/generator/smoke.rs b/src/test/run-pass/generator/smoke.rs index 48f1b688f24..e9bdfbf28ea 100644 --- a/src/test/run-pass/generator/smoke.rs +++ b/src/test/run-pass/generator/smoke.rs @@ -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)] |
