diff options
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ if has_emcc: print '\n[ checking emcc WASM_BACKEND testcases... ]\n' - for c in ['hello_world.cpp', 'hello_num.cpp']: + for c in ['hello_world.cpp', 'hello_num.cpp', 'globals.cpp']: print '..', c base = c.replace('.cpp', '').replace('.c', '') expected = open(os.path.join('test', 'wasm_backend', base + '.txt')).read() |