Skip to content

Commit 8896a60

Browse files
committed
FIN: ignore failing test on emscripten, see #41299
1 parent bf77aa8 commit 8896a60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/issue-29663.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// write_volatile causes an LLVM assert with composite types
1212

13+
// ignore-emscripten See #41299: probably a bad optimization
14+
1315
#![feature(volatile)]
1416
use std::ptr::{read_volatile, write_volatile};
1517

0 commit comments

Comments
 (0)