Added some todos to rtmp_test.go

This commit is contained in:
saxon 2018-07-28 11:08:05 +09:30
parent 5cba7d7c02
commit 656bec1cfd
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ var (
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) {
slice1 := []byte("ABCDEFG")
slice2 := []byte("ABCDEFG")