mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
cex: clarify message
Reported by Frank Heckenbach. https://lists.gnu.org/r/bug-bison/2022-07/msg00007.html src/counterexample.c (unifying_example): Prefer "searching for" to "finding", which is somewhat confusing.
This commit is contained in:
@@ -1165,7 +1165,7 @@ unifying_example (state_item_number itm1,
|
||||
&& stage3result)
|
||||
{
|
||||
fputs ("Productions leading up to the conflict state found. "
|
||||
"Still finding a possible unifying counterexample...",
|
||||
"Still searching for a possible unifying counterexample...",
|
||||
stderr);
|
||||
assurance_printed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user