aboutsummaryrefslogtreecommitdiff
path: root/go/vcs/vcs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/vcs/vcs_test.go')
-rw-r--r--go/vcs/vcs_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/vcs/vcs_test.go b/go/vcs/vcs_test.go
index d17caad..a495032 100644
--- a/go/vcs/vcs_test.go
+++ b/go/vcs/vcs_test.go
@@ -17,7 +17,6 @@ import (
)
// Test that RepoRootForImportPath creates the correct RepoRoot for a given importPath.
-// TODO(cmang): Add tests for SVN and BZR.
func TestRepoRootForImportPath(t *testing.T) {
if runtime.GOOS == "android" {
t.Skipf("incomplete source tree on %s", runtime.GOOS)