Files
hakurei/helper/stub_test.go
2024-12-20 00:20:02 +09:00

12 lines
159 B
Go

package helper_test
import (
"testing"
"git.gensokyo.uk/security/fortify/helper"
)
func TestHelperChildStub(t *testing.T) {
helper.InternalChildStub()
}