aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/obj-drop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/obj-drop.rs')
-rw-r--r--src/test/run-pass/obj-drop.rs2
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 6d4ca3d4..ab068b9b 100644
--- a/src/test/run-pass/obj-drop.rs
+++ b/src/test/run-pass/obj-drop.rs
@@ -1,6 +1,6 @@
fn main() {
obj handle(@int i) {
}
- // This just tests whether the obj leaks its exterior state members.
+ // This just tests whether the obj leaks its box state members.
auto ob = handle(0xf00f00);
} \ No newline at end of file