summaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-02-18 16:48:34 +1100
committerAlex Brainman <alex.brainman@gmail.com>2014-02-18 16:48:34 +1100
commit4226862b2fdb96004544c13a0a437e22a2181ea5 (patch)
tree5994c6e687edc5796ce030537b03b8d8118ff280 /src/run.bat
parentee772411f1c66ed4fb38add9aa7f3b40fcdfef8a (diff)
downloadgo-4226862b2fdb96004544c13a0a437e22a2181ea5.tar.gz
run.bat: use double-colon to comment text
LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/64980043
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/run.bat b/src/run.bat
index 9389d981c..00bbd5905 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -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