File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use std::io::fs;
25
25
use std:: from_str:: FromStr ;
26
26
use getopts:: { optopt, optflag, reqopt} ;
27
27
use common:: Config ;
28
- use common:: { Pretty , DebugInfoGdb , DebugInfoLldb , Codegen } ;
28
+ use common:: { Pretty , DebugInfoGdb , Codegen } ;
29
29
use util:: logv;
30
30
use regex:: Regex ;
31
31
@@ -235,16 +235,6 @@ pub fn run_tests(config: &Config) {
235
235
os:: setenv ( "RUST_TEST_TASKS" , "1" ) ;
236
236
}
237
237
238
- match config. mode {
239
- DebugInfoLldb => {
240
- // Some older versions of LLDB seem to have problems with multiple
241
- // instances running in parallel, so only run one test task at a
242
- // time.
243
- os:: setenv ( "RUST_TEST_TASKS" , "1" ) ;
244
- }
245
- _ => { /* proceed */ }
246
- }
247
-
248
238
let opts = test_opts ( config) ;
249
239
let tests = make_tests ( config) ;
250
240
// sadly osx needs some file descriptor limits raised for running tests in
You can’t perform that action at this time.
0 commit comments