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 a44d58bbd..889b149b1 100644
--- a/test/unit/test_features.py
+++ b/test/unit/test_features.py
@@ -408,5 +408,6 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase):
'--enable-reference-types',
'--enable-multivalue',
'--enable-gc',
- '--enable-memory64'
+ '--enable-memory64',
+ '--enable-typed-function-references',
], p2.stdout.splitlines())