Skip to content

Commit

Permalink
fix tests on more time uh huh
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Apr 19, 2019
1 parent 3b9e12b commit 087a826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/llvm-backend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn test_read_module() {

let (module, intrinsics) = code::parse_function_bodies(&info, code_reader).unwrap();

let backend = backend::LLVMBackend::new(module, intrinsics);
let (backend, _) = backend::LLVMBackend::new(module, intrinsics);

let func_ptr = backend.get_func(&info, LocalFuncIndex::new(0)).unwrap();

Expand Down

0 comments on commit 087a826

Please sign in to comment.