2025-11-15 20:24:16 +02:00
|
|
|
package test_test
|
2018-10-31 15:32:23 +01:00
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"testing"
|
|
|
|
|
|
|
|
|
|
"github.com/mgechev/revive/rule"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
func TestCallToGC(t *testing.T) {
|
2024-11-11 13:39:10 +02:00
|
|
|
testRule(t, "call_to_gc", &rule.CallToGCRule{})
|
2018-10-31 15:32:23 +01:00
|
|
|
}
|