File tree 7 files changed +1
-8
lines changed
7 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5a7249c935d52e79db2301a6cccfd28dff9bf38e
2
+ refs/heads/master: 7ee8b852fd9eb1b4acb4ee48714487c6b3b35e98
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import std::str;
9
9
import std:: vec;
10
10
import std:: task;
11
11
12
- import std:: comm;
13
12
import std:: comm:: port;
14
13
import std:: comm:: chan;
15
14
import std:: comm:: send;
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import std::option;
4
4
import std:: fs;
5
5
import std:: os;
6
6
import std:: vec;
7
- import std:: test;
8
7
import std:: result;
9
8
10
9
import common:: mode_run_pass;
Original file line number Diff line number Diff line change 1
1
import std:: option;
2
2
import std:: generic_os:: getenv;
3
3
import std:: io;
4
- import std:: str;
5
4
6
5
import common:: config;
7
6
Original file line number Diff line number Diff line change 1
1
2
2
use std;
3
- import std:: vec;
4
- import std:: option;
5
3
import opt = std:: getopts;
6
4
7
5
tag fail_type {
Original file line number Diff line number Diff line change 5
5
import std:: map;
6
6
import std:: str;
7
7
import std:: uint;
8
- import std:: util;
9
8
import std:: option;
10
9
11
10
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import std::os;
4
4
import std:: io;
5
5
import std:: option;
6
6
import std:: str;
7
- import std:: vec;
8
7
9
8
// Regression test for memory leaks
10
9
#[ ignore( cfg( target_os = "win32" ) ) ] // FIXME
You can’t perform that action at this time.
0 commit comments