Files
sliverarmory-reflektor/sharedlib_load_recursive_guard_other_test.go
2026-08-17 08:54:01 -07:00

10 lines
166 B
Go

//go:build (linux || windows) && (386 || amd64 || arm64)
package reflektor_test
import "testing"
func requireRecursiveLoaderPlatform(t *testing.T) {
t.Helper()
}