From facdf2ebb1dce9400a8c8ef0d85d7d278654effb Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 31 Jul 2015 00:04:06 -0700 Subject: Add an intital HIR and lowering step --- src/compiletest/runtest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiletest') diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs index bed31b98b65..12f560be456 100644 --- a/src/compiletest/runtest.rs +++ b/src/compiletest/runtest.rs @@ -268,7 +268,7 @@ fn run_pretty_test(config: &Config, props: &TestProps, testfile: &Path) { // FIXME (#9639): This needs to handle non-utf8 paths let mut args = vec!("-".to_owned(), "-Zunstable-options".to_owned(), - "--pretty".to_owned(), + "--unpretty".to_owned(), pretty_type, format!("--target={}", config.target), "-L".to_owned(), -- cgit 1.4.1-3-g733a5