Skip to content

Commit a6f9bbc

Browse files
committed
now we can also enable the ptr_int_cast test again
1 parent f79f31d commit a6f9bbc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// FIXME move this to run-pass, it should work with intptrcast.
21
use std::mem;
32
use std::ptr;
43

tests/run-pass/ptr_offset.rs

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

53
fn main() {

0 commit comments

Comments
 (0)