Exemplo n.º 1
0
func TestGrind(t *testing.T) {
	grindtest.TestGlob(t, "testdata/grind-*.go", builtins)
}
Exemplo n.º 2
0
func TestVardecl(t *testing.T) {
	grindtest.TestGlob(t, "testdata/grind-*.go", []grinder.Func{Grind})
}
Exemplo n.º 3
0
func TestDeadcode(t *testing.T) {
	grindtest.TestGlob(t, "testdata/grind-*.go", []grinder.Func{Grind})
}