fix merge conflict

This commit is contained in:
Folkert 2022-03-26 22:08:30 +01:00
parent 9dbaa0d157
commit e19cdaf34d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -88,11 +88,8 @@ mod test_load {
}
fn multiple_modules(files: Vec<(&str, &str)>) -> Result<LoadedModule, String> {
<<<<<<< HEAD:compiler/load_internal/tests/test_load.rs
=======
use roc_load_internal::file::LoadingProblem;
>>>>>>> origin/trunk:compiler/load/tests/test_load.rs
let arena = Bump::new();
let arena = &arena;