1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

change Go test to import AST.Test instead of TreeSitter.Test.Helpers

This commit is contained in:
Ayman Nadeem 2020-02-06 16:28:46 -05:00
parent b3eb124a75
commit 05dd3bdd56

View File

@ -5,7 +5,7 @@ import qualified System.Path as Path
import Test.Tasty
import Language.Go.Grammar
import qualified Language.Go.AST as Go
import TreeSitter.Test.Helpers
import AST.Test
import AST.Unmarshal
main :: IO ()