aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-09-26 22:34:25 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-09-26 22:34:25 +0800
commit5490814c3058f4cab756e353b8855e1ba155cdb3 (patch)
tree7a1ddf141fc10fb6eea32c5b13c95c4c14afdba2 /src/run.bat
parente80fccb441ac73a206bd99fb7f0dbea3eb9cc149 (diff)
downloadgo-5490814c3058f4cab756e353b8855e1ba155cdb3.tar.gz
go-5490814c3058f4cab756e353b8855e1ba155cdb3.zip
cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windows
Fixes #4063. R=alex.brainman, rsc CC=golang-dev https://golang.org/cl/6543066
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/run.bat b/src/run.bat
index 4998d815fb..ea87d3d806 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -64,11 +64,10 @@ echo.
:: cgo tests
if x%CGO_ENABLED% == x0 goto nocgo
-:: TODO(brainman) disabled, because it is broken on go builder - http://golang.org/issue/4063
-::echo # ..\misc\cgo\life
-::go run %GOROOT%\test\run.go - ..\misc\cgo\life
-::if errorlevel 1 goto fail
-::echo.
+echo # ..\misc\cgo\life
+go run %GOROOT%\test\run.go - ..\misc\cgo\life
+if errorlevel 1 goto fail
+echo.
echo # ..\misc\cgo\stdio
go run %GOROOT%\test\run.go - ..\misc\cgo\stdio