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/lac_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/lac_test.go') diff --git a/driver/lac_test.go b/driver/lac_test.go index e612b13..d850e9b 100644 --- a/driver/lac_test.go +++ b/driver/lac_test.go @@ -56,7 +56,7 @@ d: 'd'; t.Fatal(err) } - gram, err := grammar.Compile(g) + gram, _, err := grammar.Compile(g) if err != nil { t.Fatal(err) } -- cgit v1.2.3