ref: 7735bfe47ab7d15202ea8aeb24f477b70c12914b
parent: 732d6bdc22ff2b7647093953d89be464828db998
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Nov 4 11:27:58 EDT 2021
tests/cc: Enable 0132-forward.c
--- a/tests/cc/execute/0132-forward.c
+++ b/tests/cc/execute/0132-forward.c
@@ -17,5 +17,5 @@
for (n = 0, p = &y; p; ++n, p = p->next)
;
- return n;
+ return n-1;
}
--- a/tests/cc/execute/scc-tests.lst
+++ b/tests/cc/execute/scc-tests.lst
@@ -122,7 +122,7 @@
0129-initi.c [TODO]
0130-mulpars.c
0131-hello.c
-0132-forward.c [TODO]
+0132-forward.c
0133-ftn-ptr.c [TODO]
0134-arith.c [TODO]
0135-unary.c