summaryrefslogtreecommitdiff
path: root/test/unit/test_features.py
diff options
context:
space:
mode:
authorAshley Nelson <nashley@google.com>2023-08-21 19:29:10 -0700
committerGitHub <noreply@github.com>2023-08-21 19:29:10 -0700
commitafca5f51a46750927ac9263297d24b224915e558 (patch)
treeb8ac65ee40ca41668d111bb8545a7797b165671a /test/unit/test_features.py
parent905e2fc25208c0bce3f78ac4ac3315219194e768 (diff)
downloadbinaryen-afca5f51a46750927ac9263297d24b224915e558.tar.gz
binaryen-afca5f51a46750927ac9263297d24b224915e558.tar.bz2
binaryen-afca5f51a46750927ac9263297d24b224915e558.zip
Rename multimemory flag (#5890)
Renaming the multimemory flag in Binaryen to match its naming in LLVM.
Diffstat (limited to 'test/unit/test_features.py')
-rw-r--r--test/unit/test_features.py2
1 files changed, 1 insertions, 1 deletions
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())