diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-10 22:02:59 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-13 17:24:08 -0700 |
| commit | f912005ef34c8adfc2b0827f2d1e353e1508d3d0 (patch) | |
| tree | ddcdd06025c8f4e921978959b956fdb98896be27 /src/compiletest | |
| parent | d92b9ae7164a73e7c9e44a229d0e1eddbe8121cf (diff) | |
| download | rust-f912005ef34c8adfc2b0827f2d1e353e1508d3d0.tar.gz rust-f912005ef34c8adfc2b0827f2d1e353e1508d3d0.zip | |
test: Give a test a bigger stack for pretty printing
Diffstat (limited to 'src/compiletest')
| -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 d7fa4f209d4..29f7a771e86 100644 --- a/src/compiletest/runtest.rs +++ b/src/compiletest/runtest.rs @@ -217,7 +217,7 @@ fn run_pretty_test(config: &Config, props: &TestProps, testfile: &Path) { pretty_type: &str) -> ProcRes { compose_and_run(config, testfile, make_pp_args(config, props, testfile, pretty_type.to_owned()), - Vec::new(), config.compile_lib_path, Some(src)) + props.exec_env.clone(), config.compile_lib_path, Some(src)) } fn make_pp_args(config: &Config, |
