diff options
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/test_features.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_features.py b/test/unit/test_features.py index 5c22886fb..03862d4cc 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -343,7 +343,7 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase): self.roundtrip(filename) self.check_features(filename, ['reference-types', 'gc']) disassembly = self.disassemble(filename) - self.assertIn('anyref', disassembly) + self.assertIn('externref', disassembly) self.assertIn('eqref', disassembly) def test_superset(self): |