From 79c0db4cc845d6fc995aa3bbc320d89dadd55403 Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Sat, 25 Jul 2020 18:36:44 +0200 Subject: Clean up some uses of logging in ui tests --- src/tools/compiletest/src/runtest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index 21fb7673ce0..653e1f13c4b 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -623,7 +623,7 @@ impl<'test> TestCx<'test> { .arg("-L") .arg(&aux_dir) .args(&self.props.compile_flags) - .envs(self.props.exec_env.clone()); + .envs(self.props.rustc_env.clone()); self.maybe_add_external_args( &mut rustc, self.split_maybe_args(&self.config.target_rustcflags), -- cgit 1.4.1-3-g733a5