瀏覽代碼
fix(go): correct test
pull/223/head
Amaan Qureshi
1 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: E67890ADC4227273
共有
2 個檔案被更改,包括
1 行新增 和
1 行删除
-
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) { |
|
|
|
|