about summary refs log tree commit diff
diff options
context:
space:
mode:
authorcrnobog <robert.millar@cantab.net>2013-07-22 23:15:20 +0100
committercrnobog <robert.millar@cantab.net>2013-07-22 23:15:20 +0100
commit46394758aa7cc9a2532662cb29d3acfc382e4e18 (patch)
tree84094c23496961f607ad85a459e40667dc2319fd
parent52b7fc14fe4444f0de91a474c70cbf248f96b763 (diff)
downloadrust-46394758aa7cc9a2532662cb29d3acfc382e4e18.tar.gz
rust-46394758aa7cc9a2532662cb29d3acfc382e4e18.zip
Change libaux directory to fix aux crate tests on Windows
-rw-r--r--src/compiletest/runtest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs
index a2f36c104a0..c20635ef0eb 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 {