about summary refs log tree commit diff
path: root/src/test/mir-opt/packed-struct-drop-aligned.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/packed-struct-drop-aligned.rs')
-rw-r--r--src/test/mir-opt/packed-struct-drop-aligned.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/packed-struct-drop-aligned.rs b/src/test/mir-opt/packed-struct-drop-aligned.rs
index da73cc96348..eaa1fbd69ec 100644
--- a/src/test/mir-opt/packed-struct-drop-aligned.rs
+++ b/src/test/mir-opt/packed-struct-drop-aligned.rs
@@ -1,4 +1,4 @@
-// ignore-wasm32-bare compiled with panic=abort by default
+// ignore-emscripten compiled with panic=abort by default
 
 fn main() {
     let mut x = Packed(Aligned(Droppy(0)));