Просмотр исходного кода

goprotobuf: update extension test to new signature for testing.Main.
This is an unpleasant dependency, to put it politely.

R=dsymonds, r
CC=golang-dev
http://codereview.appspot.com/5310047

Rob Pike 14 лет назад
Родитель
Сommit
a2eb41698e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      compiler/testdata/extension_test.go

+ 2 - 1
compiler/testdata/extension_test.go

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