summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.py2
-rw-r--r--test/hello_world.2asm.js (renamed from test/hello_world.wasm2asm.js)0
-rw-r--r--test/min.2asm.js (renamed from test/min.wasm2asm.js)0
3 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 38db9d7c4..ac3ad722e 100755
--- a/check.py
+++ b/check.py
@@ -79,7 +79,7 @@ print '\n[ checking wasm2asm testcases... ]\n'
for wasm in ['min.wast', 'hello_world.wast']:
if wasm.endswith('.wast'):
print '..', wasm
- asm = wasm.replace('.wast', '.wasm2asm.js')
+ asm = wasm.replace('.wast', '.2asm.js')
actual, err = subprocess.Popen([os.path.join('bin', 'wasm2asm'), os.path.join('test', wasm)], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
assert err == '', 'bad err:' + err
diff --git a/test/hello_world.wasm2asm.js b/test/hello_world.2asm.js
index d3996fb49..d3996fb49 100644
--- a/test/hello_world.wasm2asm.js
+++ b/test/hello_world.2asm.js
diff --git a/test/min.wasm2asm.js b/test/min.2asm.js
index 226f62807..226f62807 100644
--- a/test/min.wasm2asm.js
+++ b/test/min.2asm.js