Adding TODO to remove dummy tests after go1.4.
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
"github.com/golang/oauth2"
|
||||
)
|
||||
|
||||
// TODO(jbd): Remove after Go 1.4.
|
||||
// Related to https://codereview.appspot.com/107320046
|
||||
func TestA(t *testing.T) {}
|
||||
|
||||
func Example_config() {
|
||||
|
||||
@@ -11,6 +11,8 @@ import (
|
||||
"google.golang.org/appengine"
|
||||
)
|
||||
|
||||
// Remove after Go 1.4.
|
||||
// Related to https://codereview.appspot.com/107320046
|
||||
func TestA(t *testing.T) {}
|
||||
|
||||
func Example_webServer() {
|
||||
|
||||
Reference in New Issue
Block a user