Skip to content

Commit 9761690

Browse files
committed
---
yaml --- r: 4327 b: refs/heads/master c: af2eecd h: refs/heads/master i: 4325: 0407eca 4323: 8c3f435 4319: 9b3d5de v: v3
1 parent 821f43a commit 9761690

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a8af13e784ec81be80804e6e3bc31ee7190a2869
2+
refs/heads/master: af2eecdabec206789a333e2bb13675ead4b1fbbf

trunk/src/test/compiletest/compiletest.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ import util::logv;
1717

1818
fn main(args: vec[str]) {
1919

20-
let ivec_args =
21-
{
22-
let ivec_args = ~[];
23-
for arg: str in args { ivec_args += ~[arg]; }
24-
ivec_args
25-
};
20+
let ivec_args = ivec::from_vec(args);
2621

2722
let config = parse_config(ivec_args);
2823
log_config(config);

0 commit comments

Comments
 (0)