mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
stop passing stdlib (use lazy_static)
This commit is contained in:
parent
f25afe4629
commit
d8fa2b8d92
12 changed files with 14 additions and 89 deletions
|
@ -80,8 +80,6 @@ fn compiles_to_ir(test_name: &str, src: &str) {
|
|||
|
||||
let arena = &Bump::new();
|
||||
|
||||
// let stdlib = roc_builtins::unique::uniq_stdlib();
|
||||
let stdlib = roc_builtins::std::standard_stdlib();
|
||||
let filename = PathBuf::from("Test.roc");
|
||||
let src_dir = Path::new("fake/test/path");
|
||||
|
||||
|
@ -100,7 +98,6 @@ fn compiles_to_ir(test_name: &str, src: &str) {
|
|||
arena,
|
||||
filename,
|
||||
module_src,
|
||||
&stdlib,
|
||||
src_dir,
|
||||
Default::default(),
|
||||
TARGET_INFO,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue