summaryrefslogtreecommitdiff
path: root/test/unit/test_features.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_features.py')
-rw-r--r--test/unit/test_features.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/test_features.py b/test/unit/test_features.py
index dca3d33b9..4a82f8cc2 100644
--- a/test/unit/test_features.py
+++ b/test/unit/test_features.py
@@ -387,5 +387,6 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase):
'--enable-tail-call',
'--enable-reference-types',
'--enable-multivalue',
- '--enable-gc'
+ '--enable-gc',
+ '--enable-memory64'
], p2.stdout.splitlines())