From 923c6465c97dc22d0eccc6fcbf4c5ae701e92ea8 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Fri, 3 May 2019 19:22:58 -0700 Subject: Add exception handling feature (#2083) This only adds the feature and its flag and not the instructions yet. --- test/unit/test_features.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/unit/test_features.py') 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 -- cgit v1.2.3