diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-08-06 16:10:56 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-08-06 16:37:18 -0700 |
| commit | 6bd01d0ac804a5a839a4513907b5697e35c8ad2e (patch) | |
| tree | 18ecaa2c5f5303ff7ed6af0d97d1b9bbe92c19f1 /src/libcore/task.rs | |
| parent | 0308884416867110aa713b1daa10d12ff44a275a (diff) | |
In resolve, forbid duplicate value, type, and module items
Closes #3099
Diffstat (limited to 'src/libcore/task.rs')
| -rw-r--r-- | src/libcore/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/task.rs b/src/libcore/task.rs index 422d62862ea..61350c1739d 100644 --- a/src/libcore/task.rs +++ b/src/libcore/task.rs @@ -1872,7 +1872,7 @@ fn test_avoid_copying_the_body_task_spawn() { } #[test] -fn test_avoid_copying_the_body_spawn_listener() { +fn test_avoid_copying_the_body_spawn_listener_1() { do avoid_copying_the_body |f| { task().spawn_listener(fn~(move f, _po: comm::port<int>) { f(); |
