projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix test failure reported by Tom Lane in
[bison.git]
/
tests
/
cxx-type.at
diff --git
a/tests/cxx-type.at
b/tests/cxx-type.at
index b716a1d476f95b41627a5f77eedb539954f0960a..260457287f9159f58d33b9dccc006c9cddb58b96 100644
(file)
--- a/
tests/cxx-type.at
+++ b/
tests/cxx-type.at
@@
-163,6
+163,8
@@
yylex (LEX_PARAMETERS)
while (1)
{
+ if (feof (stdin))
+ abort ();
c = getchar ();
switch (c)
{