File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -423,11 +423,11 @@ mod tests {
423
423
} ;
424
424
let target = Target :: new ( triple. clone ( ) , wasmer:: CpuFeature :: POPCNT . into ( ) ) ;
425
425
let id = target_id ( & target) ;
426
- assert_eq ! ( id, "x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE " ) ;
426
+ assert_eq ! ( id, "x86_64-nintendo-fuchsia-gnu-coff-719EEF18 " ) ;
427
427
// Changing CPU features changes the hash part
428
428
let target = Target :: new ( triple, wasmer:: CpuFeature :: AVX512DQ . into ( ) ) ;
429
429
let id = target_id ( & target) ;
430
- assert_eq ! ( id, "x86_64-nintendo-fuchsia-gnu-coff-93001945 " ) ;
430
+ assert_eq ! ( id, "x86_64-nintendo-fuchsia-gnu-coff-E3770FA3 " ) ;
431
431
432
432
// Works for durrect target (hashing is deterministic);
433
433
let target = Target :: default ( ) ;
@@ -454,11 +454,11 @@ mod tests {
454
454
p. as_os_str( ) ,
455
455
if cfg!( windows) {
456
456
format!(
457
- "modules\\ {discriminator}-wasmer17\\ x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE "
457
+ "modules\\ {discriminator}-wasmer17\\ x86_64-nintendo-fuchsia-gnu-coff-719EEF18 "
458
458
)
459
459
} else {
460
460
format!(
461
- "modules/{discriminator}-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE "
461
+ "modules/{discriminator}-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-719EEF18 "
462
462
)
463
463
}
464
464
. as_str( )
You can’t perform that action at this time.
0 commit comments