aboutsummaryrefslogtreecommitdiffstats
path: root/testcases-iter
diff options
context:
space:
mode:
Diffstat (limited to 'testcases-iter')
-rw-r--r--testcases-iter5
1 files changed, 4 insertions, 1 deletions
diff --git a/testcases-iter b/testcases-iter
index 223ca4c..9f85466 100644
--- a/testcases-iter
+++ b/testcases-iter
@@ -184,6 +184,7 @@ BEGIN {
10:
$cppawk '
#include <iter.h>
+#include <cons.h>
BEGIN {
$0 = "a b c" # set fields
@@ -322,6 +323,7 @@ min x = 2.356
15:
$cppawk '
#include <iter.h>
+#include <cons.h>
BEGIN {
loop (list(tail, item, list(1, 2, 3, 0, 5, -3, 7)),
@@ -336,7 +338,7 @@ min = -3
16:
$cppawk '
#include <iter.h>
-
+#include <cons.h>
function index_from(str, ch, start,
sstr, pos)
@@ -372,6 +374,7 @@ BEGIN {
17:
$cppawk '
#include <iter.h>
+#include <cons.h>
BEGIN {
loop (range (i, 1, 10),