From f89d021bbe134e3efa0d015a41e9712960cdd009 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sun, 6 Nov 2022 21:31:46 +0900 Subject: Import source code of lexer generator From: https://github.com/nihei9/maleeni --- tester/tester.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tester/tester.go') diff --git a/tester/tester.go b/tester/tester.go index 187e36c..3e6941f 100644 --- a/tester/tester.go +++ b/tester/tester.go @@ -8,7 +8,7 @@ import ( "runtime/debug" "strings" - "github.com/nihei9/vartan/driver" + driver "github.com/nihei9/vartan/driver/parser" gspec "github.com/nihei9/vartan/spec/grammar" tspec "github.com/nihei9/vartan/spec/test" ) -- cgit v1.2.3