From 46394758aa7cc9a2532662cb29d3acfc382e4e18 Mon Sep 17 00:00:00 2001 From: crnobog Date: Mon, 22 Jul 2013 23:15:20 +0100 Subject: [PATCH] Change libaux directory to fix aux crate tests on Windows --- src/compiletest/runtest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {