From 4b47bb5d717ca9afdd12c13767f5b716d4d9f25a Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 13 Jan 2016 11:56:12 -0800 Subject: prepare for wasm-dis testing --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index b11445bf4..ba2400978 100755 --- a/check.py +++ b/check.py @@ -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 -- cgit v1.2.3