aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/spec/test/main.go
blob: 0f9aed77f8fadc501e88830eca6550d4469137bd (plain) (blame)
1
2
3
4
5
6
7
package main

import "test"

func main() {
	test.MainTest()
}