execute_func: Newline only for non-empty returns#3654
execute_func: Newline only for non-empty returns#3654wallento wants to merge 1 commit intobytecodealliance:mainfrom
Conversation
For void functions, the return value array is empty. Don't print the newline then.
|
doesn't this confuse programs parsing the output, like our test scripts? |
|
I am happy to adopt the test scripts then, but so far I am not sure if thats the reason for the 9 failing checks. |
|
The failing checks all seem timeouts, so I think no test checks for this. |
i guess a test timeout is actually a typical symptom of unexpected output. |
For void functions, the return value array is empty. Don't print the newline then.