diff options
Diffstat (limited to 'test/update-spec-tests.py')
-rwxr-xr-x | test/update-spec-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py index fda8883b..0bcbab39 100755 --- a/test/update-spec-tests.py +++ b/test/update-spec-tests.py @@ -92,6 +92,7 @@ def main(args): '--enable-saturating-float-to-int') ProcessProposalDir('sign-extension-ops', '--enable-sign-extension') ProcessProposalDir('bulk-memory-operations', '--enable-bulk-memory') + ProcessProposalDir('reference-types', '--enable-reference-types') return 0 |