diff options
Diffstat (limited to 'test/unit/test_features.py')
-rw-r--r-- | test/unit/test_features.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test_features.py b/test/unit/test_features.py index 93f715ef9..408084086 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -397,4 +397,5 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase): '--enable-memory64', '--enable-typed-function-references', '--enable-relaxed-simd', + '--enable-extended-const', ], p2.stdout.splitlines()) |