diff options
Diffstat (limited to 'src/test/run-pass/packed-struct-layout.rs')
| -rw-r--r-- | src/test/run-pass/packed-struct-layout.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/packed-struct-layout.rs b/src/test/run-pass/packed-struct-layout.rs index d1e05e5a018..a4a0055785f 100644 --- a/src/test/run-pass/packed-struct-layout.rs +++ b/src/test/run-pass/packed-struct-layout.rs @@ -7,8 +7,6 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-emscripten Not sure what's happening here. - use std::mem; |
