summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc04/malloc04.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloc04/malloc04.scn')
-rw-r--r--testsuites/libtests/malloc04/malloc04.scn10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/libtests/malloc04/malloc04.scn b/testsuites/libtests/malloc04/malloc04.scn
index afe644afba..1984d74298 100644
--- a/testsuites/libtests/malloc04/malloc04.scn
+++ b/testsuites/libtests/malloc04/malloc04.scn
@@ -1,12 +1,12 @@
*** TEST MALLOC 04 ***
No sbrk() amount
Misaligned extend
-sbrk(128)
-Not enough sbrk() space
sbrk(256)
+Not enough sbrk() space
+sbrk(512)
Valid heap extend
-sbrk(64)
+sbrk(128)
Invalid heap extend
-sbrk(64)
-sbrk(-64)
+sbrk(128)
+sbrk(-128)
*** END OF TEST MALLOC 04 ***