]> Cypherpunks.ru repositories - gostls13.git/commitdiff
run.bat: use double-colon to comment text
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 18 Feb 2014 05:48:34 +0000 (16:48 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 18 Feb 2014 05:48:34 +0000 (16:48 +1100)
LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/64980043

src/run.bat

index 9389d981cf12e0ea9716799f7a411c9f33018fe9..00bbd5905a57cb49d08001a7410288d376a22e67 100644 (file)
@@ -52,10 +52,10 @@ go test sync -short -timeout=120s -cpu=10
 if errorlevel 1 goto fail
 echo.
 
-# Race detector only supported on Linux and OS X,
-# and only on amd64, and only when cgo is enabled.
-# Disabled due to golang.org/issue/7334; remove XXX below
-# and in run.bash to reenable.
+:: Race detector only supported on Linux and OS X,
+:: and only on amd64, and only when cgo is enabled.
+:: Disabled due to golang.org/issue/7334; remove XXX below
+:: and in run.bash to reenable.
 if not "%GOHOSTOS%-%GOOS%-%GOARCH%-%CGO_ENABLED%" == "XXXwindows-windows-amd64-1" goto norace
 echo # Testing race detector.
 go test -race -i runtime/race flag