Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Jan 13, 2025
1 parent f840d37 commit e068c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wast-util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ impl WastTest {
// SIMD on Winch requires AVX instructions.
#[cfg(target_arch = "x86_64")]
if !(std::is_x86_feature_detected!("avx") && std::is_x86_feature_detected!("avx2")) {
let unsupported = ["spec_testsuite/simd_align.wasm"];
let unsupported = ["spec_testsuite/simd_align.wast"];

if unsupported.iter().any(|part| self.path.ends_with(part)) {
return true;
Expand Down

0 comments on commit e068c90

Please sign in to comment.