Skip to content

Commit

Permalink
riscv64: Enable memory_multi testsuite (#6658)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 authored Jun 28, 2023
1 parent a330867 commit e04f766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
}

"riscv64" => {
if testname.contains("memory_multi") || testsuite.contains("relaxed_simd") {
if testsuite.contains("relaxed_simd") {
return true;
}

Expand Down

0 comments on commit e04f766

Please sign in to comment.