From 1a5cf867ce1b0c98e016ac4d4183ffd84c8fa291 Mon Sep 17 00:00:00 2001
From: Alex Brainman <alex.brainman@gmail.com>
Date: Mon, 3 Sep 2012 10:33:48 +1000
Subject: [PATCH] run.bat: do not run misc\cgo\stdio test on windows (fix
 build)

It is enabled by mistake and should be part of CL 5847068 instead.

R=golang-dev
CC=golang-dev, minux.ma
https://golang.org/cl/6488073
---
 src/run.bat | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/run.bat b/src/run.bat
index 4711926623..8c52e6ea54 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -70,10 +70,11 @@ 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
-if errorlevel 1 goto fail
-echo.
+:: TODO ..\misc\cgo\stdio
+::echo # ..\misc\cgo\stdio
+::go run %GOROOT%\test\run.go - ..\misc\cgo\stdio
+::if errorlevel 1 goto fail
+::echo.
 
 :: TODO(brainman): disabled, because it fails with: mkdir C:\Users\ADMINI~1\AppData\Local\Temp\2.....\go\misc\cgo\: The filename or extension is too long.
 ::echo # ..\misc\cgo\test
-- 
2.30.9