diff --git a/build.rs b/build.rs index 3c506a4ebecf..cde74576aa7b 100644 --- a/build.rs +++ b/build.rs @@ -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; }