blob: 326252b5c139bf90caf4108ec6db796401c47971 [file] [log] [blame]
package statemgr
import (
"testing"
)
func TestLockDisabled_impl(t *testing.T) {
var _ Full = new(LockDisabled)
var _ Locker = new(LockDisabled)
}