Skip to content

Commit

Permalink
FIN: ignore failing test on emscripten, see #41299
Browse files Browse the repository at this point in the history
  • Loading branch information
TimNN committed Apr 23, 2017
1 parent 5bd4e27 commit 6723e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/issue-29663.rs
Expand Up @@ -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};

Expand Down

0 comments on commit 6723e69

Please sign in to comment.