diff options
Diffstat (limited to 'tests/ui/stable-addr-of.rs')
| -rw-r--r-- | tests/ui/stable-addr-of.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/ui/stable-addr-of.rs b/tests/ui/stable-addr-of.rs deleted file mode 100644 index e330a4853ce..00000000000 --- a/tests/ui/stable-addr-of.rs +++ /dev/null @@ -1,8 +0,0 @@ -//@ run-pass -// Issue #2040 - - -pub fn main() { - let foo: isize = 1; - assert_eq!(&foo as *const isize, &foo as *const isize); -} |
