mirror of https://bitbucket.org/ausocean/av.git
Added some todos to rtmp_test.go
This commit is contained in:
parent
5cba7d7c02
commit
656bec1cfd
|
@ -47,6 +47,10 @@ var (
|
||||||
errMsg = "Obtained: %v, but wanted: %v"
|
errMsg = "Obtained: %v, but wanted: %v"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: write test for realloc
|
||||||
|
// TODO: write test for memmove
|
||||||
|
// TODO: write test for allocate
|
||||||
|
|
||||||
func TestMemcmp(t *testing.T) {
|
func TestMemcmp(t *testing.T) {
|
||||||
slice1 := []byte("ABCDEFG")
|
slice1 := []byte("ABCDEFG")
|
||||||
slice2 := []byte("ABCDEFG")
|
slice2 := []byte("ABCDEFG")
|
||||||
|
|
Loading…
Reference in New Issue