Explorar el Código

fix(go): correct test

pull/223/head
Amaan Qureshi hace 1 año
padre
commit
927da1f210
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E67890ADC4227273
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bindings/go/binding_test.go
  2. +0
    -0
      go.mod

+ 1
- 1
bindings/go/binding_test.go Ver fichero

@ -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) {

bindings/go/go.mod → go.mod Ver fichero


Cargando…
Cancelar
Guardar