diff options
Diffstat (limited to 'test/unit/test_features.py')
-rw-r--r-- | test/unit/test_features.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/test_features.py b/test/unit/test_features.py index 8764bef97..6156191a2 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -24,6 +24,9 @@ class FeatureValidationTest(BinaryenTestCase): def check_bulk_mem(self, module, error): self.check_feature(module, error, '--enable-bulk-memory') + def check_exception_handling(self, module, error): + self.check_feature(module, error, '--enable-exception-handling') + def test_v128_signature(self): module = ''' (module |