summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-05-07 13:30:53 +0000
committerBruno Haible <bruno@clisp.org>2003-05-07 13:30:53 +0000
commit9b6bce9cdac9fc46461d6d5c82b3002e5da56ef4 (patch)
tree8d199034df294d90b267594cc1d75cd8f836dfed
parent7f09156d0790fc0f3b29692378501743b6bfe0b4 (diff)
downloadgperf-9b6bce9cdac9fc46461d6d5c82b3002e5da56ef4.tar.gz
Typo.
-rw-r--r--tests/c-parse.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/c-parse.exp b/tests/c-parse.exp
index 334cb2d..7c581ee 100644
--- a/tests/c-parse.exp
+++ b/tests/c-parse.exp
@@ -20,9 +20,9 @@
&& ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
&& ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
&& ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
- && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
+ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
&& ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
- && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
+ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."