diff options
Diffstat (limited to 'src/test/run-pass/hashmap-memory.rs')
| -rw-r--r-- | src/test/run-pass/hashmap-memory.rs | 4 |
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); |
