From def1459d58bd7c362c626ca2307d83bf576e9dce Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sun, 22 May 2022 11:31:33 +0900 Subject: Allows a directory to be specified as the --output option for the vartan-compile command --- driver/syntax_error_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/syntax_error_test.go') diff --git a/driver/syntax_error_test.go b/driver/syntax_error_test.go index c49d804..a004a44 100644 --- a/driver/syntax_error_test.go +++ b/driver/syntax_error_test.go @@ -126,7 +126,7 @@ c t.Fatal(err) } - gram, err := grammar.Compile(g) + gram, _, err := grammar.Compile(g) if err != nil { t.Fatal(err) } -- cgit v1.2.3