mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
Adding TODO to remove dummy tests after go1.4.
This commit is contained in:
parent
cb989650ab
commit
0221bdd0c9
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user