From 9918cd1666e5083286d4db6ea96f1d35b6a59a3b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 12 Dec 2015 10:15:44 -0500 Subject: add cfg-stackify.s --- auto_update_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_update_tests.py') diff --git a/auto_update_tests.py b/auto_update_tests.py index c47d52f21..cfb2d9e63 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -32,7 +32,7 @@ for t in sorted(os.listdir('test')): open(t, 'w').write(actual) -for s in ['minimal.s', 'basics.s', 'call.s']: +for s in ['minimal.s', 'basics.s', 'call.s', 'cfg-stackify.s']: print '..', s wasm = s.replace('.s', '.wast') full = os.path.join('test', 'dot_s', s) -- cgit v1.2.3