about summary refs log tree commit diff
path: root/src/test/ui/iterators/iter-sum-overflow-debug.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-10-17 06:47:18 +0000
committerbors <bors@rust-lang.org>2019-10-17 06:47:18 +0000
commita16dca337de610986252bb800953e57bf395863f (patch)
treee5131402f4c749fce140c40096be838c6fc033bd /src/test/ui/iterators/iter-sum-overflow-debug.rs
parent7e498005a12548a8fd396312affde05c4d3ca085 (diff)
parentc0aa7cb2b553f5c58102c6b95210c5adbb3518f3 (diff)
downloadrust-a16dca337de610986252bb800953e57bf395863f.tar.gz
rust-a16dca337de610986252bb800953e57bf395863f.zip
Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlively
Upgrade Emscripten targets to use upstream LLVM backend

 - Compatible with Emscripten 1.38.46-upstream or later upstream.
 - Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the old incorrect wasm32 C call ABI with the correct one,
   preserving the old one as wasm32_bindgen_compat for wasm-bindgen
   compatibility.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Uses EMCC_CFLAGS on CI to avoid the timeout problems with #63649.

r? @alexcrichton
Diffstat (limited to 'src/test/ui/iterators/iter-sum-overflow-debug.rs')
-rw-r--r--src/test/ui/iterators/iter-sum-overflow-debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/iterators/iter-sum-overflow-debug.rs b/src/test/ui/iterators/iter-sum-overflow-debug.rs
index ee4ab4d24c6..4a9e8cdb72e 100644
--- a/src/test/ui/iterators/iter-sum-overflow-debug.rs
+++ b/src/test/ui/iterators/iter-sum-overflow-debug.rs
@@ -1,5 +1,5 @@
 // run-pass
-// ignore-wasm32-bare compiled with panic=abort by default
+// ignore-emscripten compiled with panic=abort by default
 // compile-flags: -C debug_assertions=yes
 
 use std::panic;