libgo: Update to October 24 version of master library.
From-SVN: r204466
This commit is contained in:
parent
f20f261304
commit
f038dae646
596 changed files with 32029 additions and 7466 deletions
|
@ -542,7 +542,7 @@ func TestToStringEquivalentParse(t *testing.T) {
|
|||
// but "{" is a shorter equivalent in some contexts.
|
||||
nre, err := Parse(s, testFlags)
|
||||
if err != nil {
|
||||
t.Errorf("Parse(%#q.String() = %#q): %v", tt.Regexp, t, err)
|
||||
t.Errorf("Parse(%#q.String() = %#q): %v", tt.Regexp, s, err)
|
||||
continue
|
||||
}
|
||||
nd := dump(nre)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue