Skip to content

Commit 802dcb7

Browse files
committed
temporarily disable ptr_offset, maybe that helps
1 parent 8dfb278 commit 802dcb7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/run-pass-noseed/ptr_int_casts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// FIXME move this to run-pass, it should work with intptrcast.
12
use std::mem;
23
use std::ptr;
34

tests/run-pass/ptr_offset.rs renamed to tests/run-pass-noseed/ptr_offset.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME move this to run-pass, it should work with intptrcast.
2+
13
fn f() -> i32 { 42 }
24

35
fn main() {

0 commit comments

Comments
 (0)