Amaan Qureshi
1 vuosi sitten
vanhempi
commit
927da1f210
No known key found for this signature in database
GPG Key ID: E67890ADC4227273
2 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
bindings/go/binding_test.go
-
go.mod
|
|
|
@ -4,7 +4,7 @@ import ( |
|
|
|
"testing" |
|
|
|
|
|
|
|
tree_sitter "github.com/smacker/go-tree-sitter" |
|
|
|
"github.com/tree-sitter/tree-sitter-c" |
|
|
|
tree_sitter_c "github.com/tree-sitter/tree-sitter-c/bindings/go" |
|
|
|
) |
|
|
|
|
|
|
|
func TestCanLoadGrammar(t *testing.T) { |
|
|
|
|