diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-05-08 00:39:02 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-05-08 00:39:02 +0900 |
| commit | 9a164ff4c59e19afbbc13072676d06aa2f70942e (patch) | |
| tree | d35ea499270d3deaac76c95045c281eedaf2e0a0 /src/test/ui/consts | |
| parent | 82cb88b7777f370eb0afd84459f53ded6627061b (diff) | |
| download | rust-9a164ff4c59e19afbbc13072676d06aa2f70942e.tar.gz rust-9a164ff4c59e19afbbc13072676d06aa2f70942e.zip | |
Skip tests on emscripten
Diffstat (limited to 'src/test/ui/consts')
| -rw-r--r-- | src/test/ui/consts/promoted_div_by_zero.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/consts/promoted_div_by_zero.rs b/src/test/ui/consts/promoted_div_by_zero.rs index 582c186b4e4..b4503f691ff 100644 --- a/src/test/ui/consts/promoted_div_by_zero.rs +++ b/src/test/ui/consts/promoted_div_by_zero.rs @@ -2,6 +2,7 @@ // run-fail // error-pattern: attempt to divide by zero +// ignore-emscripten no processes fn main() { let x = &(1 / (1 - 1)); |
