diff options
Diffstat (limited to 'test/divide.go')
-rw-r--r-- | test/divide.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/divide.go b/test/divide.go index 5c0f45059..c91a33e9d 100644 --- a/test/divide.go +++ b/test/divide.go @@ -1,10 +1,10 @@ -// $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 // license that can be found in the LICENSE file. -// divide corner cases +// Test divide corner cases. package main |