From 2bf797007b4d6acad60357619987521492df9794 Mon Sep 17 00:00:00 2001 From: Augusto Date: Sat, 4 Apr 2020 17:24:06 +0100 Subject: [PATCH] Add a case with both an empty file and an empty golang source file --- go/tests/rc/rc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests/rc/rc_test.go b/go/tests/rc/rc_test.go index 26babefc..e71e322b 100644 --- a/go/tests/rc/rc_test.go +++ b/go/tests/rc/rc_test.go @@ -124,7 +124,7 @@ Cheating: `, `tests/empty/empty len`: ` No file to analyse `, - `tests/empty/empty.go`: `Parsing: + `tests/empty/empty.go tests/empty/empty`: `Parsing: tests/empty/empty.go:1:1: expected ';', found 'EOF' (and 2 more errors) `, }