diff options
author | Alon Zakai <azakai@google.com> | 2022-06-30 15:14:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 22:14:49 +0000 |
commit | b69d3a8fa0d6d7588811ef92067a48eed576e03f (patch) | |
tree | 47e7ba7659f2c65737f121b36e2334fc076b5bd6 /test/unit/test_features.py | |
parent | 53de5ed9ac251301c33125bb58137d0a992d984b (diff) | |
download | binaryen-b69d3a8fa0d6d7588811ef92067a48eed576e03f.tar.gz binaryen-b69d3a8fa0d6d7588811ef92067a48eed576e03f.tar.bz2 binaryen-b69d3a8fa0d6d7588811ef92067a48eed576e03f.zip |
[Strings] Add feature flag for Strings proposal (#4766)
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 53c2263f3..5c22886fb 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -398,4 +398,5 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase): '--enable-typed-function-references', '--enable-relaxed-simd', '--enable-extended-const', + '--enable-strings', ], p2.stdout.splitlines()) |