Browse Source

fix(go): correct test

pull/223/head
Amaan Qureshi 1 year ago
parent
commit
927da1f210
No known key found for this signature in database GPG Key ID: E67890ADC4227273
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bindings/go/binding_test.go
  2. +0
    -0
      go.mod

+ 1
- 1
bindings/go/binding_test.go View File

@ -4,7 +4,7 @@ import (
"testing" "testing"
tree_sitter "github.com/smacker/go-tree-sitter" 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) { func TestCanLoadGrammar(t *testing.T) {

bindings/go/go.mod → go.mod View File


Loading…
Cancel
Save