Files
ecs/memorytest/memorytest_test.go
spiritysdx 467231ddcf init
2024-06-25 16:41:43 +08:00

10 lines
85 B
Go

package memorytest
import (
"testing"
)
func Test(t *testing.T) {
memorytest()
}