Skip to content

Commit da2f552

Browse files
committed
Fix conflict
1 parent 658a0e9 commit da2f552

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/vm/src/modules/file_system_cache.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -406,27 +406,12 @@ mod tests {
406406
};
407407
let target = Target::new(triple, wasmer::CpuFeature::POPCNT.into());
408408
let p = modules_path(&base, 17, &target);
409-
<<<<<<< HEAD
410409
assert_eq!(
411410
p.as_os_str(),
412411
if cfg!(windows) {
413412
"modules\\v12-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
414413
} else {
415414
"modules/v12-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
416-
=======
417-
let discriminator = raw_module_version_discriminator();
418-
419-
assert_eq!(
420-
p.as_os_str(),
421-
if cfg!(windows) {
422-
format!(
423-
"modules\\{discriminator}-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
424-
)
425-
} else {
426-
format!(
427-
"modules/{discriminator}-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
428-
)
429-
>>>>>>> af9d6cb29 (Fix typos)
430415
}
431416
);
432417
}

0 commit comments

Comments
 (0)