12 lines
157 B
Go
12 lines
157 B
Go
package dbus_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.gensokyo.uk/security/fortify/helper"
|
|
)
|
|
|
|
func TestHelperChildStub(t *testing.T) {
|
|
helper.InternalChildStub()
|
|
}
|