diff options
| author | Eric Holk <eholk@mozilla.com> | 2011-08-06 10:07:39 -0700 |
|---|---|---|
| committer | Eric Holk <eholk@mozilla.com> | 2011-08-08 08:57:52 -0700 |
| commit | d9b84a546cf7968ef7a9e3558c2f0c3d88ba033c (patch) | |
| tree | a39833fd65311704db8a53971d8d3072a6f6410b /src/test/stdtest | |
| parent | 86babab2fe92223511042e9cb4b233841cffa054 (diff) | |
| download | rust-d9b84a546cf7968ef7a9e3558c2f0c3d88ba033c.tar.gz rust-d9b84a546cf7968ef7a9e3558c2f0c3d88ba033c.zip | |
Converted the rest of the task-comm-* tests over. Also fixed some
channel lifecycle bugs.
Diffstat (limited to 'src/test/stdtest')
| -rw-r--r-- | src/test/stdtest/comm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/stdtest/comm.rs b/src/test/stdtest/comm.rs index 6bc212a42f7..b65939e2854 100644 --- a/src/test/stdtest/comm.rs +++ b/src/test/stdtest/comm.rs @@ -16,4 +16,4 @@ fn send_recv() { let v = p.recv(); log_err v; assert(42 == v); -} \ No newline at end of file +} |
