aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-03-01 05:03:25 -0800
committerRuss Cox <rsc@golang.org>2013-03-01 05:03:25 -0800
commit8d732368c234a6c4ab2ad6c880ccbe978c6c376c (patch)
tree227f261f31a15d39ad048705317ba0bddfbbc89f /src/run.bat
parent776b51850b7cb4b1f24f9c4c4de329d4f439d1e5 (diff)
downloadgo-8d732368c234a6c4ab2ad6c880ccbe978c6c376c.tar.gz
go-8d732368c234a6c4ab2ad6c880ccbe978c6c376c.zip
cmd/ld: fix windows build
Fixes #4948. R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/7445045
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/run.bat b/src/run.bat
index 945cce4262..3f950f5414 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -54,8 +54,6 @@ echo.
if not "%GOHOSTOS%-%GOOS%-%GOARCH%-%CGO_ENABLED%" == "windows-windows-amd64-1" goto norace
echo # Testing race detector.
-echo # skipping test due to bug (http://code.google.com/p/go/issues/detail?id=4948).
-goto norace
go test -race -i flag
if errorlevel 1 goto fail
go test -race -short flag