[PATCH] srfi-64: fix double evaluation of test-name

2021-04-02 Thread Aleix Conchillo Flaqué
Sorry about the extra noise. The original patch used spaces on the new lines while testing.scm uses tabs. Best, Aleix

[PATCH] srfi-64: fix double evaluation of test-name

2021-04-02 Thread Aleix Conchillo Flaqué
* module/srfi/srfi-64/testing.scm: fix double test-name evaluation which also fix unused variable warnings as a bonus. Signed-off-by: Aleix Conchillo Flaqué --- module/srfi/srfi-64/testing.scm | 36 - 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a