summaryrefslogtreecommitdiff
path: root/tests/c_cxx_nr.lll
diff options
context:
space:
mode:
Diffstat (limited to 'tests/c_cxx_nr.lll')
-rw-r--r--tests/c_cxx_nr.lll8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/c_cxx_nr.lll b/tests/c_cxx_nr.lll
index c9e0fb6..24a73d7 100644
--- a/tests/c_cxx_nr.lll
+++ b/tests/c_cxx_nr.lll
@@ -48,10 +48,10 @@ int main(void);
int
main ()
{
- yyin = stdin;
- yyout = stdout;
- yylex();
- yylex_destroy();
+ testin = stdin;
+ testout = stdout;
+ testlex();
+ testlex_destroy();
printf("TEST RETURNING OK.\n");
return 0;
}