1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00
revive/test/call-to-gc_test.go

13 lines
194 B
Go
Raw Normal View History

2018-10-31 16:32:23 +02:00
package test
import (
"testing"
"github.com/mgechev/revive/rule"
)
// TestCallToGC test call-to-gc rule
func TestCallToGC(t *testing.T) {
testRule(t, "call-to-gc", &rule.CallToGCRule{})
}