Adding TODO to remove dummy tests after go1.4.

This commit is contained in:
Burcu Dogan 2014-06-24 14:53:39 -07:00
parent cb989650ab
commit 0221bdd0c9
2 changed files with 4 additions and 0 deletions

View File

@ -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() {

View File

@ -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() {