FIN: ignore failing test on emscripten, see #41299
This commit is contained in:
parent
5bd4e27db2
commit
6723e69a54
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
// write_volatile causes an LLVM assert with composite types
|
||||
|
||||
// ignore-emscripten See #41299: probably a bad optimization
|
||||
|
||||
#![feature(volatile)]
|
||||
use std::ptr::{read_volatile, write_volatile};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue