1 2 3 4 5 6 7 8 9 10 11
package dbus_test import ( "testing" "git.ophivana.moe/security/fortify/helper" ) func TestHelperChildStub(t *testing.T) { helper.InternalChildStub() }