diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-13 11:56:12 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-13 15:38:30 -0800 |
commit | 4b47bb5d717ca9afdd12c13767f5b716d4d9f25a (patch) | |
tree | f491a760f8da5b0cb9f895a3dcc098bd0989f696 | |
parent | 8bf0cb2d0661fb49e7ceb93c4518f13a5a6065d5 (diff) | |
download | binaryen-4b47bb5d717ca9afdd12c13767f5b716d4d9f25a.tar.gz binaryen-4b47bb5d717ca9afdd12c13767f5b716d4d9f25a.tar.bz2 binaryen-4b47bb5d717ca9afdd12c13767f5b716d4d9f25a.zip |
prepare for wasm-dis testing
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ if torture: if unexpected_result_count: fail(unexpected_result_count, 0) -print '\n[ checking wasm-as testcases... ]\n' +print '\n[ checking binary format testcases... ]\n' for wast in tests: if wast.endswith('.wast') and not wast in ['unit.wast']: # blacklist some known failures |