mirror of
https://github.com/golang/go
synced 2024-11-11 21:50:21 -07:00
test update. some tests now run; no change to output
SVN=126328
This commit is contained in:
parent
6db99de606
commit
c38391ad7b
@ -4,7 +4,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
|
||||
package main
|
||||
|
||||
func simple(ia,ib,ic int) (oa,ob int);
|
||||
|
@ -74,7 +74,7 @@ main()
|
||||
for i := 0; i < 10; i = i + 1 {
|
||||
integer := new(Integer);
|
||||
integer.Init_BUG(i);
|
||||
list.Insert(integer);
|
||||
list.Insert(integer); //BUG: this is the failing line
|
||||
}
|
||||
|
||||
list.Print();
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// $G $D/$F.go || echo BUG: known to fail incorrectly
|
||||
// $G $D/$F.go && $L $F.$A && ./$A.out
|
||||
|
||||
package main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user