* gcc.dg/guality/guality.exp: Skip on AIX.
[official-gcc.git] / libgo / go / bytes / export_test.go
blob3b915d5ead80ae1aa7a4e32cb744709f7bd02401
1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package bytes
7 // Export func for testing
8 var IndexBytePortable = indexBytePortable
9 var EqualPortable = equalPortable
11 func (b *Buffer) Cap() int {
12 return cap(b.buf)