mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-10-28 03:54:04 -04:00
rewrite alloc.buffer
This commit is contained in:
@@ -3,6 +3,7 @@ package io_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"crypto/rand"
|
||||
"v2ray.com/core/common/alloc"
|
||||
. "v2ray.com/core/common/io"
|
||||
"v2ray.com/core/testing/assert"
|
||||
@@ -12,6 +13,8 @@ func TestBufferedReader(t *testing.T) {
|
||||
assert := assert.On(t)
|
||||
|
||||
content := alloc.NewBuffer()
|
||||
content.FillFrom(rand.Reader)
|
||||
|
||||
len := content.Len()
|
||||
|
||||
reader := NewBufferedReader(content)
|
||||
|
||||
Reference in New Issue
Block a user