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 1984d74298..0792868f76 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(256)
-Not enough sbrk() space
sbrk(512)
+Not enough sbrk() space
+sbrk(1024)
Valid heap extend
-sbrk(128)
+sbrk(256)
Invalid heap extend
-sbrk(128)
-sbrk(-128)
+sbrk(256)
+sbrk(-256)
*** END OF TEST MALLOC 04 ***