summaryrefslogtreecommitdiff
path: root/tests/sets.at
diff options
context:
space:
mode:
authorTheophile Ranquet <ranquet@lrde.epita.fr>2012-10-18 12:02:05 +0000
committerTheophile Ranquet <ranquet@lrde.epita.fr>2012-11-12 10:25:13 +0000
commitd42fe46ec330a0b202b28c2af4c8171a627ab531 (patch)
tree7819619eea799069351e2936b814518b9971626e /tests/sets.at
parentbfdcc3a0b273c116e01d289ce52d400f22e4da14 (diff)
downloadbison-d42fe46ec330a0b202b28c2af4c8171a627ab531.tar.gz
output: capitalize State
* src/print.c (print_state): Here. * tests/conflicts.at, tests/existing.at, tests/local.at, tests/reduce.at, tests/regression.at, tests/sets.at: Adjust.
Diffstat (limited to 'tests/sets.at')
-rw-r--r--tests/sets.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sets.at b/tests/sets.at
index 388ee099..4cbdfd62 100644
--- a/tests/sets.at
+++ b/tests/sets.at
@@ -287,7 +287,7 @@ mv stdout expout
# Get the final state in the report, from the "accept" action..
AT_CHECK([sed -n '
- /^state \(.*\)/{
+ /^State \(.*\)/{
s//final state \1/
x
}