Skip to content

Commit 6723e69

Browse files
committed
FIN: ignore failing test on emscripten, see rust-lang#41299
1 parent 5bd4e27 commit 6723e69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)