Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 11, 2024
1 parent de67ddd commit d53c9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vm/src/modules/file_system_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ mod tests {
assert_eq!(
p.as_os_str(),
if cfg!(windows) {
"modules\\v10-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
"modules\\00da3e36f584080771891c60d267ff06d2d9f3c3350cc528607baceaaecf9247-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
} else {
"modules/v10-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
"modules/00da3e36f584080771891c60d267ff06d2d9f3c3350cc528607baceaaecf9247-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
}
);
}
Expand Down

0 comments on commit d53c9bc

Please sign in to comment.