librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and librustdoc. rs=deexporting
This commit is contained in:
parent
d73bf62952
commit
83ced67d0b
19 changed files with 213 additions and 256 deletions
|
@ -31,9 +31,7 @@ use procsrv;
|
|||
use util;
|
||||
use util::logv;
|
||||
|
||||
export run;
|
||||
|
||||
fn run(config: config, testfile: ~str) {
|
||||
pub fn run(config: config, testfile: ~str) {
|
||||
if config.verbose {
|
||||
// We're going to be dumping a lot of info. Start on a new line.
|
||||
io::stdout().write_str(~"\n\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue