From e04f766639c82b5347f86c58aaecef4fbc4b42bb Mon Sep 17 00:00:00 2001 From: Afonso Bordado Date: Wed, 28 Jun 2023 16:19:05 +0100 Subject: [PATCH] riscv64: Enable `memory_multi` testsuite (#6658) --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }