summaryrefslogtreecommitdiff
path: root/tests/test-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-4.c')
-rw-r--r--tests/test-4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-4.c b/tests/test-4.c
index de9c8fe..0ae9271 100644
--- a/tests/test-4.c
+++ b/tests/test-4.c
@@ -18,7 +18,7 @@ thr (void *arg)
char *foo;
foo = alloca (3 * stacksize / 4);
- for (i = 0; i < sizeof foo; i ++)
+ for (i = 0; i < sizeof foo; i++)
foo[i] = -1;
return (void *) 1;