diff options
| author | bors <bors@rust-lang.org> | 2013-05-15 09:14:05 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-15 09:14:05 -0700 |
| commit | d806c96ffb33acb35414a5743bca3c870d1f15c4 (patch) | |
| tree | e8a749ed336a0cb82617b8a1d5832dbb4d5e9c38 | |
| parent | 4e8261009948ed1cfbbdaf4ecc3fadef795b27b7 (diff) | |
| parent | 2d35c01a280c8a96f35f0152a3d75bbf57798ff7 (diff) | |
| download | rust-d806c96ffb33acb35414a5743bca3c870d1f15c4.tar.gz rust-d806c96ffb33acb35414a5743bca3c870d1f15c4.zip | |
auto merge of #6490 : brson/rust/rusti, r=brson
| -rw-r--r-- | src/librusti/rusti.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc index 21cc8d60e49..4a03d31e5db 100644 --- a/src/librusti/rusti.rc +++ b/src/librusti/rusti.rc @@ -446,7 +446,7 @@ mod tests { } } - #[test] + #[test] #[ignore] fn run_all() { // By default, unit tests are run in parallel. Rusti, on the other hand, // does not enjoy doing this. I suspect that it is because the LLVM |
