diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-08-03 18:57:43 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-08-06 09:10:19 -0700 |
| commit | 9f287c211eb3a92ae3aa31b6f767bb9998f2f147 (patch) | |
| tree | 49a88b8e24ed1668f81292e1b6dcb9fec6202409 /src/test | |
| parent | 86947e47ad057d50209cf8a022f088c22089433f (diff) | |
| download | rust-9f287c211eb3a92ae3aa31b6f767bb9998f2f147.tar.gz rust-9f287c211eb3a92ae3aa31b6f767bb9998f2f147.zip | |
Refcount tasks in packets to avoid races.
Revert "Once again, revert "Use pipes in compiletest"" Fixes #3098
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/bench/shootout-pfib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/bench/shootout-pfib.rs b/src/test/bench/shootout-pfib.rs index 9db40205742..5b309659ee5 100644 --- a/src/test/bench/shootout-pfib.rs +++ b/src/test/bench/shootout-pfib.rs @@ -1,8 +1,6 @@ // -*- rust -*- // xfail-pretty -// xfail-test - /* A parallel version of fibonacci numbers. |
