From 714461740cafdcdc16e675f761544022dc25c723 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Thu, 2 Oct 2014 16:15:36 +1000 Subject: [PATCH] run.bat: comment text properly LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/153830044 --- src/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.bat b/src/run.bat index 309e06d507..14c1b45fda 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 -- 2.48.1