From afca5f51a46750927ac9263297d24b224915e558 Mon Sep 17 00:00:00 2001 From: Ashley Nelson Date: Mon, 21 Aug 2023 19:29:10 -0700 Subject: Rename multimemory flag (#5890) Renaming the multimemory flag in Binaryen to match its naming in LLVM. --- test/unit/test_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_features.py') diff --git a/test/unit/test_features.py b/test/unit/test_features.py index d40eaf580..75e87b7d5 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -395,5 +395,5 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase): '--enable-relaxed-simd', '--enable-extended-const', '--enable-strings', - '--enable-multi-memories', + '--enable-multimemory', ], p2.stdout.splitlines()) -- cgit v1.2.3