summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index a7768ad6a..bf4279ba8 100755
--- a/check.py
+++ b/check.py
@@ -298,7 +298,7 @@ def run_spec_tests():
if len(requested) == 0:
# FIXME we support old and new memory formats, for now, until 0xc, and so can't pass this old-style test.
- BLACKLIST = ['memory.wast', 'binary.wast']
+ BLACKLIST = ['binary.wast']
# FIXME to update the spec to 0xd, we need to implement (register "name") for import.wast
spec_tests = [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join(options.binaryen_test, 'spec'))) if t not in BLACKLIST]
else: