diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-10-05 21:38:45 -0700 |
|---|---|---|
| committer | Tyler Mandry <tmandry@gmail.com> | 2019-10-05 21:38:45 -0700 |
| commit | d16b7f705bd7c266a924e43a31495477dc4c9321 (patch) | |
| tree | 6ea9a6b182816a2b05e5d82d64f03bee1208e938 /src/test/ui/macros/macro-comma-behavior-rpass.rs | |
| parent | 7870050796e5904a0fc85ecbe6fa6dde1cfe0c91 (diff) | |
| download | rust-d16b7f705bd7c266a924e43a31495477dc4c9321.tar.gz rust-d16b7f705bd7c266a924e43a31495477dc4c9321.zip | |
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton"
This reverts commit 7870050796e5904a0fc85ecbe6fa6dde1cfe0c91, reversing changes made to 2e7244807a7878f6eca3eb7d97ae9b413aa49014.
Diffstat (limited to 'src/test/ui/macros/macro-comma-behavior-rpass.rs')
| -rw-r--r-- | src/test/ui/macros/macro-comma-behavior-rpass.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/macros/macro-comma-behavior-rpass.rs b/src/test/ui/macros/macro-comma-behavior-rpass.rs index 1c791bb1ca3..9f1a31d1ae2 100644 --- a/src/test/ui/macros/macro-comma-behavior-rpass.rs +++ b/src/test/ui/macros/macro-comma-behavior-rpass.rs @@ -13,8 +13,6 @@ // compile-flags: --test -C debug_assertions=yes // revisions: std core -// ignore-emscripten compiled with panic=abort by default - #![cfg_attr(core, no_std)] #[cfg(std)] use std::fmt; |
