mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix merge conflict
This commit is contained in:
parent
9dbaa0d157
commit
e19cdaf34d
1 changed files with 0 additions and 3 deletions
|
@ -88,11 +88,8 @@ mod test_load {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn multiple_modules(files: Vec<(&str, &str)>) -> Result<LoadedModule, String> {
|
fn multiple_modules(files: Vec<(&str, &str)>) -> Result<LoadedModule, String> {
|
||||||
<<<<<<< HEAD:compiler/load_internal/tests/test_load.rs
|
|
||||||
=======
|
|
||||||
use roc_load_internal::file::LoadingProblem;
|
use roc_load_internal::file::LoadingProblem;
|
||||||
|
|
||||||
>>>>>>> origin/trunk:compiler/load/tests/test_load.rs
|
|
||||||
let arena = Bump::new();
|
let arena = Bump::new();
|
||||||
let arena = &arena;
|
let arena = &arena;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue