diff options
Diffstat (limited to 'test/unit/test_features.py')
-rw-r--r-- | test/unit/test_features.py | 2 |
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()) |