summaryrefslogtreecommitdiff
path: root/tests/rescan_nr.direct.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rescan_nr.direct.l')
-rw-r--r--tests/rescan_nr.direct.l8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rescan_nr.direct.l b/tests/rescan_nr.direct.l
index 86103aa..536ba78 100644
--- a/tests/rescan_nr.direct.l
+++ b/tests/rescan_nr.direct.l
@@ -58,14 +58,14 @@ main (int argc, char* const argv[])
return 1;
}
- yyset_out ( stdout);
+ testset_out ( stdout);
for (i=0; i < 4; ++i){
rewind(fp);
- yyset_in ( fp);
- while( yylex() )
+ testset_in ( fp);
+ while( testlex() )
;
- yylex_destroy();
+ testlex_destroy();
}
printf("TEST RETURNING OK.\n");
return 0;