mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix tests
This commit is contained in:
parent
281f2d6842
commit
f45e3dbb46
9 changed files with 27 additions and 40 deletions
|
@ -34,12 +34,12 @@ fn create_llvm_module<'a>(
|
|||
target: &Triple,
|
||||
opt_level: OptLevel,
|
||||
) -> (&'static str, String, &'a Module<'a>) {
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::path::PathBuf;
|
||||
|
||||
let target_info = roc_target::TargetInfo::from(target);
|
||||
|
||||
let filename = PathBuf::from("Test.roc");
|
||||
let src_dir = Path::new("fake/test/path");
|
||||
let src_dir = PathBuf::from("fake/test/path");
|
||||
|
||||
let module_src;
|
||||
let temp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue