about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-09-02 12:21:01 -0700
committerBrian Anderson <banderson@mozilla.com>2011-09-02 15:13:41 -0700
commit72c14d5a4108e91dcdce17c8ccc6f7953fde8a70 (patch)
tree099f4e7f99b10f0033784b0b0265a1dc9a298d7f /src/test
parent99ee0fca6722bc8b78032605c2f6243340f6b04e (diff)
downloadrust-72c14d5a4108e91dcdce17c8ccc6f7953fde8a70.tar.gz
rust-72c14d5a4108e91dcdce17c8ccc6f7953fde8a70.zip
Eliminate const_refcount. Issue #855
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/alt-pattern-drop.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/run-pass/alt-pattern-drop.rs b/src/test/run-pass/alt-pattern-drop.rs
index 28067b6d7cd..1447b48d515 100644
--- a/src/test/run-pass/alt-pattern-drop.rs
+++ b/src/test/run-pass/alt-pattern-drop.rs
@@ -5,10 +5,6 @@ use std;
 
 import std::dbg;
 
-// FIXME: import std::dbg.const_refcount. Currently
-// cross-crate const references don't work.
-const const_refcount: uint = 0x7bad_face_u;
-
 tag t { make_t(@int); clam; }
 
 fn foo(s: @int) {