Skip to content

Commit 5591ab0

Browse files
committed
Fix conflict
1 parent bad4772 commit 5591ab0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/vm/src/modules/file_system_cache.rs

-15
Original file line numberDiff line numberDiff line change
@@ -401,27 +401,12 @@ mod tests {
401401
};
402402
let target = Target::new(triple, wasmer::CpuFeature::POPCNT.into());
403403
let p = modules_path(&base, 17, &target);
404-
<<<<<<< HEAD
405404
assert_eq!(
406405
p.as_os_str(),
407406
if cfg!(windows) {
408407
"modules\\v13-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
409408
} else {
410409
"modules/v13-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
411-
=======
412-
let discriminator = raw_module_version_discriminator();
413-
414-
assert_eq!(
415-
p.as_os_str(),
416-
if cfg!(windows) {
417-
format!(
418-
"modules\\{discriminator}-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
419-
)
420-
} else {
421-
format!(
422-
"modules/{discriminator}-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
423-
)
424-
>>>>>>> af9d6cb29 (Fix typos)
425410
}
426411
);
427412
}

0 commit comments

Comments
 (0)