2024-09-29 14:40:01 +09:00
|
|
|
package helper_test
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
|
2024-10-20 19:50:13 +09:00
|
|
|
"git.ophivana.moe/security/fortify/helper"
|
2024-09-29 14:40:01 +09:00
|
|
|
)
|
|
|
|
|
|
|
|
func TestHelperChildStub(t *testing.T) {
|
2024-09-29 15:22:35 +09:00
|
|
|
helper.InternalChildStub()
|
2024-09-29 14:40:01 +09:00
|
|
|
}
|