* This test would have reproduced the "buffer > 0" ASSERT problem with the

previous release of BufferQueue. IOW #2594 should be fixed now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28943 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-01-18 23:27:39 +00:00
parent 0b0a2ca6c4
commit 15d2b7b29d

View File

@ -128,6 +128,9 @@ main()
add(3, 999);
dump("add 3");
add(60, 540);
dump("add at the end of previous data");
put_module(NET_BUFFER_MODULE_NAME);
return 0;
}