diff options
Diffstat (limited to 'tests/ui/packed/packed-struct-address-of-element.rs')
| -rw-r--r-- | tests/ui/packed/packed-struct-address-of-element.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/packed/packed-struct-address-of-element.rs b/tests/ui/packed/packed-struct-address-of-element.rs index d86698cbf38..3fc27d4a96a 100644 --- a/tests/ui/packed/packed-struct-address-of-element.rs +++ b/tests/ui/packed/packed-struct-address-of-element.rs @@ -1,7 +1,7 @@ -// run-pass +//@ run-pass #![allow(dead_code)] #![feature(raw_ref_op)] -// ignore-emscripten weird assertion? +//@ ignore-emscripten weird assertion? #[repr(packed)] struct Foo1 { |
