summary refs log tree commit diff
path: root/src/test/run-make/execution-engine
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2015-09-11 20:15:58 +1200
committerNick Cameron <ncameron@mozilla.com>2015-09-17 12:16:46 +1200
commitc1084a3ada125b83c03c40b1f304f2f34abf0da0 (patch)
tree3c9c280bc530fd3b4d33522957b92027d85c799d /src/test/run-make/execution-engine
parentd21bfff78cd949ce72be57d3528c4f6985190feb (diff)
downloadrust-c1084a3ada125b83c03c40b1f304f2f34abf0da0.tar.gz
rust-c1084a3ada125b83c03c40b1f304f2f34abf0da0.zip
Changes to tests
Diffstat (limited to 'src/test/run-make/execution-engine')
-rw-r--r--src/test/run-make/execution-engine/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/execution-engine/test.rs b/src/test/run-make/execution-engine/test.rs
index a7c6f5225a6..6fc12d3a750 100644
--- a/src/test/run-make/execution-engine/test.rs
+++ b/src/test/run-make/execution-engine/test.rs
@@ -228,7 +228,7 @@ fn compile_program(input: &str, sysroot: PathBuf)
         let ast_map = driver::make_map(&sess, &mut hir_forest);
 
         driver::phase_3_run_analysis_passes(
-            sess, ast_map, &krate, &arenas, id, MakeGlobMap::No, |tcx, analysis| {
+            sess, ast_map, &arenas, id, MakeGlobMap::No, |tcx, analysis| {
 
             let trans = driver::phase_4_translate_to_llvm(tcx, analysis);