fizzy icon indicating copy to clipboard operation
fizzy copied to clipboard

Improve wat2wasm4tests to return error code on more failures

Open axic opened this issue 1 year ago • 0 comments

test/unittests/execute_test.cpp:1109:7: error: unexpected token grow.memory, expected ).
      grow.memory 1
      ^^^^^^^^^^^

An error reported by any of the subprocess calls are displayed, but not considered an error currently.

axic avatar Mar 02 '23 23:03 axic