We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95c906 commit b940e90Copy full SHA for b940e90
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0fbb6782bbdbe8d3bd703ca46110c989aec3e2ff
+refs/heads/master: 77be30fa737c6b55faf3a52fbd2050f5b35ebb02
trunk/src/test/compiletest/runtest.rs
@@ -164,7 +164,7 @@ actual:\n\
164
165
fn make_typecheck_args(config: &config, testfile: &str) -> procargs {
166
let prog = config.rustc_path;
167
- let args = ["-", "--no-trans"];
+ let args = ["-", "--no-trans", "--lib"];
168
ret {prog: prog, args: args};
169
}
170
0 commit comments