瀏覽代碼

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 年之前
父節點
當前提交
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{})
 }