about summary refs log tree commit diff
path: root/src/test/run-pass/hashmap-memory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/hashmap-memory.rs')
-rw-r--r--src/test/run-pass/hashmap-memory.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/hashmap-memory.rs b/src/test/run-pass/hashmap-memory.rs
index a29fd7afc1d..80c942c69d1 100644
--- a/src/test/run-pass/hashmap-memory.rs
+++ b/src/test/run-pass/hashmap-memory.rs
@@ -49,9 +49,9 @@ mod map_reduce {
               some(_c) { c = _c }
               none {
                 let p = port();
-                #error("sending find_reducer");
+                error!{"sending find_reducer"};
                 send(ctrl, find_reducer(str::bytes(key), chan(p)));
-                #error("receiving");
+                error!{"receiving"};
                 c = recv(p);
                 log(error, c);
                 im.insert(key, c);