Merge branch '21535-multi-wf-delete'
[arvados.git] / lib / install / deps_go_version_test.go
index 1a69b6e6174e10148d53fb448c27429d47127119..a434c834d180f4d7269c7053dc822b566cd18232 100644 (file)
@@ -20,13 +20,11 @@ var _ = check.Suite(&Suite{})
 
 type Suite struct{}
 
-/*
-       TestExtractGoVersion tests the grep/awk command used in
-       tools/arvbox/bin/arvbox to extract the version of Go to install for
-       bootstrapping `arvados-server`.
-
-       If this test is changed, the arvbox code will also need to be updated.
-*/
+// TestExtractGoVersion tests the grep/awk command used in
+// tools/arvbox/bin/arvbox to extract the version of Go to install for
+// bootstrapping `arvados-server`.
+//
+// If this test is changed, the arvbox code will also need to be updated.
 func (*Suite) TestExtractGoVersion(c *check.C) {
        script := `
   sourcepath="$(realpath ../..)"