aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/stub_test.go
blob: 5838c108aba8e1c1e364124532f934ec6ce6fc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
package helper_test

import (
	"testing"

	"git.ophivana.moe/cat/fortify/helper"
)

func TestHelperChildStub(t *testing.T) {
	helper.InternalChildStub()
}