Skip to content

Commit e11b462

Browse files
committed
---
yaml --- r: 4887 b: refs/heads/master c: 3a5bfae h: refs/heads/master i: 4885: 71b58aa 4883: 6ba1583 4879: 89a6efe v: v3
1 parent 5afa62c commit e11b462

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 152cbaade7bc2ec36546554eb2d2090a9833bfff
2+
refs/heads/master: 3a5bfae9d99186391f4269c37a34cf284d84bf68

trunk/src/test/compiletest/runtest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ fn run_pretty_test(cx: &cx, props: &test_props, testfile: &str) {
136136
cx.config.compile_lib_path, option::some(src))
137137
}
138138

139-
fn make_pp_args(config: &config, testfile: &str) -> procargs {
139+
fn make_pp_args(config: &config, _testfile: &str) -> procargs {
140140
let prog = config.rustc_path;
141141
let args = ["-", "--pretty", "normal"];
142142
ret {prog: prog, args: args};
@@ -167,7 +167,7 @@ actual:\n\
167167
cx.config.compile_lib_path, option::some(src))
168168
}
169169

170-
fn make_typecheck_args(config: &config, testfile: &str) -> procargs {
170+
fn make_typecheck_args(config: &config, _testfile: &str) -> procargs {
171171
let prog = config.rustc_path;
172172
let args = ["-", "--no-trans", "--lib"];
173173
ret {prog: prog, args: args};

0 commit comments

Comments
 (0)