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

import (
	"testing"

	"git.gensokyo.uk/security/fortify/helper"
)

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