diff options
| author | bors <bors@rust-lang.org> | 2013-07-26 17:49:40 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-07-26 17:49:40 -0700 |
| commit | 5c4cd30f80273ba573df048b6295ea6e543df599 (patch) | |
| tree | 2e0809e7bb805a63911f4dfc46b15462721a4864 /src | |
| parent | 44808fcee6b93dc1912381034fd799feaa067a80 (diff) | |
| parent | 46394758aa7cc9a2532662cb29d3acfc382e4e18 (diff) | |
| download | rust-5c4cd30f80273ba573df048b6295ea6e543df599.tar.gz rust-5c4cd30f80273ba573df048b6295ea6e543df599.zip | |
auto merge of #7979 : crnobog/rust/auxfiles-path-windows, r=cmr
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiletest/runtest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs index 7cd73c82530..4b2f1850b79 100644 --- a/src/compiletest/runtest.rs +++ b/src/compiletest/runtest.rs @@ -681,7 +681,7 @@ fn make_out_name(config: &config, testfile: &Path, extension: &str) -> Path { } fn aux_output_dir_name(config: &config, testfile: &Path) -> Path { - output_base_name(config, testfile).with_filetype("libaux") + Path(output_base_name(config, testfile).to_str() + ".libaux") } fn output_testname(testfile: &Path) -> Path { |
