]> Cypherpunks repositories - gostls13.git/commitdiff
test: adapt old-style tests to new flag parsing.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 11 Jan 2013 21:05:46 +0000 (22:05 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 11 Jan 2013 21:05:46 +0000 (22:05 +0100)
The -I. syntax now needs a space to be recognized in the
compiler.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7098046

test/safe/nousesafe.go
test/safe/usesafe.go

index f61e7fe4f0929d21ae302329cc36ca9daa456890..fcd25af315481e65f74c3e571897b2de423c3700 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/pkg.go && pack grc pkg.a pkg.$A 2> /dev/null && rm pkg.$A && errchk $G -I. -u $D/main.go
+// $G $D/pkg.go && pack grc pkg.a pkg.$A 2> /dev/null && rm pkg.$A && errchk $G -I . -u $D/main.go
 // rm -f pkg.a
 
 // Copyright 2012 The Go Authors. All rights reserved.
index 07c13c1c3a1ea39f4c717cd85e6940c206beaa7e..5d0829e290b7c1f8b859e7e9737cbfa1f9248663 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/pkg.go && pack grcS pkg.a pkg.$A 2> /dev/null && rm pkg.$A && $G -I. -u $D/main.go
+// $G $D/pkg.go && pack grcS pkg.a pkg.$A 2> /dev/null && rm pkg.$A && $G -I . -u $D/main.go
 // rm -f pkg.a
 
 // Copyright 2012 The Go Authors. All rights reserved.