Explorar el Código

compiler: fix testing.Main invocation in extension_test.go

R=dsymonds
CC=golang-dev
http://codereview.appspot.com/4312062
Dave Cheney hace 15 años
padre
commit
339c496608
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      compiler/testdata/extension_test.go

+ 2 - 1
compiler/testdata/extension_test.go

@@ -200,5 +200,6 @@ func main() {
 		{"TestSingleFieldExtension", TestSingleFieldExtension},
 		{"TestMessageExtension", TestMessageExtension},
 		{"TestTopLevelExtension", TestTopLevelExtension},
-	})
+	},
+		[]testing.InternalBenchmark{})
 }