diff options
| -rw-r--r-- | src/test/run-pass/obj-drop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/obj-drop.rs b/src/test/run-pass/obj-drop.rs index ab068b9b..107e6693 100644 --- a/src/test/run-pass/obj-drop.rs +++ b/src/test/run-pass/obj-drop.rs @@ -2,5 +2,5 @@ fn main() { obj handle(@int i) { } // This just tests whether the obj leaks its box state members. - auto ob = handle(0xf00f00); + auto ob = handle(@0xf00f00); }
\ No newline at end of file |