From c9abd02a3713939babe10b3dca680c54aec10b46 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Thu, 2 Oct 2014 16:15:36 +1000 Subject: run.bat: comment text properly LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/153830044 --- src/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/run.bat') diff --git a/src/run.bat b/src/run.bat index 309e06d50..14c1b45fd 100644 --- a/src/run.bat +++ b/src/run.bat @@ -90,7 +90,7 @@ go run "%GOROOT%\test\run.go" - ..\misc\cgo\stdio if errorlevel 1 goto fail echo. -# cgo tests inspect the traceback for runtime functions +:: cgo tests inspect the traceback for runtime functions set OLDGOTRACEBACK=%GOTRACEBACK% set GOTRACEBACK=2 -- cgit v1.2.1