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 3bd9ac127..f5c3fabc5 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -426,4 +426,5 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase): '--enable-multimemory', '--enable-typed-continuations', '--enable-shared-everything', + '--enable-fp16', ], p2.stdout.splitlines()) |