aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2013-03-06 15:19:01 -0500
committerRuss Cox <rsc@golang.org>2013-03-06 15:19:01 -0500
commit2f23f90dab3b4b96e468f98d1c1af500c8e11660 (patch)
tree3069bb059540866081adcdba0fdb624933d8adb8 /src/run.bat
parente44f42e05696de40b0ebed3c480b628219e9e036 (diff)
downloadgo-2f23f90dab3b4b96e468f98d1c1af500c8e11660.tar.gz
go-2f23f90dab3b4b96e468f98d1c1af500c8e11660.zip
runtime,misc/cgo/test: disable broken tests so we can test the rest
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/7486048
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 5f7164a0c9..3f950f5414 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -72,8 +72,6 @@ if errorlevel 1 goto fail
echo.
:: cgo tests
-:: issue 4955 - cgo is broken
-goto nocgo
if x%CGO_ENABLED% == x0 goto nocgo
echo # ..\misc\cgo\life
go run %GOROOT%\test\run.go - ..\misc\cgo\life