From e72f45c46d7f0416dda883c9ba35cd3f62feb7be Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 4 Dec 2015 21:52:59 -0800 Subject: add another wasm2asm testcase --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index a0517aff5..38db9d7c4 100755 --- a/check.py +++ b/check.py @@ -76,7 +76,7 @@ for asm in tests: print '\n[ checking wasm2asm testcases... ]\n' -for wasm in ['min.wast']: +for wasm in ['min.wast', 'hello_world.wast']: if wasm.endswith('.wast'): print '..', wasm asm = wasm.replace('.wast', '.wasm2asm.js') -- cgit v1.2.3