diff options
| -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 |
