diff --git a/test/mallocrep1.go b/test/mallocrep1.go index f9d7286efd9d3..d2ad6f38ffa82 100644 --- a/test/mallocrep1.go +++ b/test/mallocrep1.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/map.go b/test/map.go index 8e1af0e9c47f2..c7f1d05a981c1 100644 --- a/test/map.go +++ b/test/map.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/map1.go b/test/map1.go index 6af10565cd1cf..44708c11bb253 100644 --- a/test/map1.go +++ b/test/map1.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/method.go b/test/method.go index b5a02c6873ebc..40b42ac7aa68a 100644 --- a/test/method.go +++ b/test/method.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/method1.go b/test/method1.go index ec14ef9e4f454..bbbdbfa1c197a 100644 --- a/test/method1.go +++ b/test/method1.go @@ -1,4 +1,4 @@ -// errchk $G $D/$F.go +// errorcheck // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/method2.go b/test/method2.go index 039779efbe18c..7db1c3abb5d56 100644 --- a/test/method2.go +++ b/test/method2.go @@ -1,4 +1,4 @@ -// errchk $G $D/$F.go +// errorcheck // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/named.go b/test/named.go index 5b6bb81fe342c..d0330ab23892e 100644 --- a/test/named.go +++ b/test/named.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/named1.go b/test/named1.go index 499b77b9615e5..ca9da0fa31a1c 100644 --- a/test/named1.go +++ b/test/named1.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/nil.go b/test/nil.go index efcf4f7822b08..fd938273961ed 100644 --- a/test/nil.go +++ b/test/nil.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/nilptr.go b/test/nilptr.go index b0c1df2d95c2e..1a489aae963cb 100644 --- a/test/nilptr.go +++ b/test/nilptr.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/parentype.go b/test/parentype.go index 1872cd0ebc9ee..d7c14f3a26b28 100644 --- a/test/parentype.go +++ b/test/parentype.go @@ -1,4 +1,4 @@ -// $G $D/$F.go +// compile // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/peano.go b/test/peano.go index dd4c36e0b434f..2cc0ac280fa98 100644 --- a/test/peano.go +++ b/test/peano.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/range.go b/test/range.go index 84119450b281f..7921e447ec81d 100644 --- a/test/range.go +++ b/test/range.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/recover.go b/test/recover.go index ca6f0728860c7..d32cfdf3d1420 100644 --- a/test/recover.go +++ b/test/recover.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/recover1.go b/test/recover1.go index db584738bb556..b763a10741746 100644 --- a/test/recover1.go +++ b/test/recover1.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/recover2.go b/test/recover2.go index b5db6f0d1ca42..946d05ae637f7 100644 --- a/test/recover2.go +++ b/test/recover2.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/recover3.go b/test/recover3.go index 60ade9b61c5e6..f87547fc3ec18 100644 --- a/test/recover3.go +++ b/test/recover3.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/rename.go b/test/rename.go index f21ef015b22fc..ab61c57f6fe03 100644 --- a/test/rename.go +++ b/test/rename.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/rename1.go b/test/rename1.go index 3e78bfca0bc50..765fba2ac1586 100644 --- a/test/rename1.go +++ b/test/rename1.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/reorder.go b/test/reorder.go index 67d07523b41d8..a98fd8cbf0b24 100644 --- a/test/reorder.go +++ b/test/reorder.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/reorder2.go b/test/reorder2.go index 3e149853a396b..22fefde53015b 100644 --- a/test/reorder2.go +++ b/test/reorder2.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/rune.go b/test/rune.go index d62a1766dae8f..3d3823e68be5b 100644 --- a/test/rune.go +++ b/test/rune.go @@ -1,4 +1,4 @@ -// $G $D/$F.go +// compile // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/runtime.go b/test/runtime.go index 4be1d055b526d..3162b3f13e289 100644 --- a/test/runtime.go +++ b/test/runtime.go @@ -1,4 +1,4 @@ -// errchk $G $D/$F.go +// errorcheck // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/shift1.go b/test/shift1.go index c197eef66e58a..393e79ee222a4 100644 --- a/test/shift1.go +++ b/test/shift1.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/simassign.go b/test/simassign.go index 28408abc23aba..349895152c5ff 100644 --- a/test/simassign.go +++ b/test/simassign.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/sizeof.go b/test/sizeof.go index 544e4c52c1bb8..292f73ae4d1d0 100644 --- a/test/sizeof.go +++ b/test/sizeof.go @@ -1,4 +1,4 @@ -// $G $D/$F.go +// compile // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/stack.go b/test/stack.go index 1fd57161ff290..2a7ce21f33a8d 100644 --- a/test/stack.go +++ b/test/stack.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/string_lit.go b/test/string_lit.go index c702a05e91fa6..7f1ca35bc9437 100644 --- a/test/string_lit.go +++ b/test/string_lit.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/stringrange.go b/test/stringrange.go index 6a7063e239d3d..a1534c49cbed9 100644 --- a/test/stringrange.go +++ b/test/stringrange.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/struct0.go b/test/struct0.go index 2398c4117d3ad..490d38973910e 100644 --- a/test/struct0.go +++ b/test/struct0.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/switch.go b/test/switch.go index bed027ce85f6c..68bd117f0b46a 100644 --- a/test/switch.go +++ b/test/switch.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/switch1.go b/test/switch1.go index 5bd9d7c5d0591..484a5c3afaf2e 100644 --- a/test/switch1.go +++ b/test/switch1.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/switch3.go b/test/switch3.go index 6c9ebfe6d48ee..404b62e391a97 100644 --- a/test/switch3.go +++ b/test/switch3.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/chan.go b/test/syntax/chan.go index ff3577502f222..3b68bda35f5de 100644 --- a/test/syntax/chan.go +++ b/test/syntax/chan.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/chan1.go b/test/syntax/chan1.go index 9c12e5e6fedac..868a1226d9f06 100644 --- a/test/syntax/chan1.go +++ b/test/syntax/chan1.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/else.go b/test/syntax/else.go index 99595254fd487..e985a9c09c759 100644 --- a/test/syntax/else.go +++ b/test/syntax/else.go @@ -1,4 +1,4 @@ -// errchk $G $D/$F.go +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/forvar.go b/test/syntax/forvar.go index f12ce55caeb40..dc592d2b641b7 100644 --- a/test/syntax/forvar.go +++ b/test/syntax/forvar.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/if.go b/test/syntax/if.go index a3b51f0c07b16..b2a65f9a59374 100644 --- a/test/syntax/if.go +++ b/test/syntax/if.go @@ -1,4 +1,4 @@ -// errchk $G $D/$F.go +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/import.go b/test/syntax/import.go index dd1f261344516..f0a792126265a 100644 --- a/test/syntax/import.go +++ b/test/syntax/import.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/interface.go b/test/syntax/interface.go index a7f43533a2c60..0b76b5416fbc5 100644 --- a/test/syntax/interface.go +++ b/test/syntax/interface.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/semi1.go b/test/syntax/semi1.go index 547d9bf79957a..8fbfb206ad731 100644 --- a/test/syntax/semi1.go +++ b/test/syntax/semi1.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/semi2.go b/test/syntax/semi2.go index 28d1d3906ddd6..cfb0ed17b7476 100644 --- a/test/syntax/semi2.go +++ b/test/syntax/semi2.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/semi3.go b/test/syntax/semi3.go index ab5941bda5b71..645af7354a57c 100644 --- a/test/syntax/semi3.go +++ b/test/syntax/semi3.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/semi4.go b/test/syntax/semi4.go index 7a9c2956e7288..e192348aa200e 100644 --- a/test/syntax/semi4.go +++ b/test/syntax/semi4.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/semi5.go b/test/syntax/semi5.go index 5f8ccc688f79b..cf690f0840637 100644 --- a/test/syntax/semi5.go +++ b/test/syntax/semi5.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/semi6.go b/test/syntax/semi6.go index b6279ed307abc..c1e1cc363a26d 100644 --- a/test/syntax/semi6.go +++ b/test/syntax/semi6.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/semi7.go b/test/syntax/semi7.go index 5a7b3ff4cc8ec..6c9ade8bc2b88 100644 --- a/test/syntax/semi7.go +++ b/test/syntax/semi7.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/topexpr.go b/test/syntax/topexpr.go index 93d86fbe959ba..c5958f5dd2c00 100644 --- a/test/syntax/topexpr.go +++ b/test/syntax/topexpr.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/typesw.go b/test/syntax/typesw.go index 47f683cdf2978..cd8cf35236ab5 100644 --- a/test/syntax/typesw.go +++ b/test/syntax/typesw.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/vareq.go b/test/syntax/vareq.go index 8525be8cf592a..f08955e91bccc 100644 --- a/test/syntax/vareq.go +++ b/test/syntax/vareq.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/syntax/vareq1.go b/test/syntax/vareq1.go index 9d70bea39f518..e900eabebec55 100644 --- a/test/syntax/vareq1.go +++ b/test/syntax/vareq1.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/test0.go b/test/test0.go index d8d86c4279379..ba88b1dbd4fa9 100644 --- a/test/test0.go +++ b/test/test0.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/turing.go b/test/turing.go index 366982e67f12e..f5a2be2321a71 100644 --- a/test/turing.go +++ b/test/turing.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/typeswitch.go b/test/typeswitch.go index aa911f9b62180..1f864db9f74c9 100644 --- a/test/typeswitch.go +++ b/test/typeswitch.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/typeswitch1.go b/test/typeswitch1.go index 9613b166f18bb..8b33d39bc0f71 100644 --- a/test/typeswitch1.go +++ b/test/typeswitch1.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/typeswitch2.go b/test/typeswitch2.go index 3e3acdae37747..69088e0d4f32a 100644 --- a/test/typeswitch2.go +++ b/test/typeswitch2.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/typeswitch3.go b/test/typeswitch3.go index e11da7d747f9e..69a2fca8b1603 100644 --- a/test/typeswitch3.go +++ b/test/typeswitch3.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/undef.go b/test/undef.go index 7ef07882aa298..461006d2cb3b4 100644 --- a/test/undef.go +++ b/test/undef.go @@ -1,4 +1,4 @@ -// errchk $G -e $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/utf.go b/test/utf.go index 9fba58156b342..0a3a1c0d6b480 100644 --- a/test/utf.go +++ b/test/utf.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/varerr.go b/test/varerr.go index ddd718f5b8a1e..4056c16d0316b 100644 --- a/test/varerr.go +++ b/test/varerr.go @@ -1,4 +1,4 @@ -// errchk $G $D/$F.go +// errorcheck // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style diff --git a/test/zerodivide.go b/test/zerodivide.go index 3b08e774cc193..b88b7fc687884 100644 --- a/test/zerodivide.go +++ b/test/zerodivide.go @@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style