Skip to content

Commit f0b2b7b

Browse files
committed
WIP: ignore test on emscripten
1 parent 4a7f5e8 commit f0b2b7b

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
14+
1315
#![feature(volatile)]
1416
use std::ptr::{read_volatile, write_volatile};
1517

0 commit comments

Comments
 (0)