summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-09-27 14:37:00 -0400
committerJoel E. Denny <jdenny@clemson.edu>2009-09-27 14:41:20 -0400
commit4b7a4c1b1c8c18e9ad2517c117442b9b7d7e671a (patch)
treea0841a0136d1180914919688c887ff87bb48008c /ChangeLog
parent873ac263c87739dd2afadf9679900df3d471582d (diff)
downloadbison-4b7a4c1b1c8c18e9ad2517c117442b9b7d7e671a.tar.gz
tests: don't abuse AT_BISON_CHECK.
* tests/regression.at (parse-gram.y: LALR = IELR): Move additional shell commands outside of AT_BISON_CHECK. (cherry picked from commit d8f68fc29536fa1c1e7b1b200b1e8088762c3e93) Conflicts: tests/regression.at
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index add4c238..4b233db9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-27 Joel E. Denny <jdenny@clemson.edu>
+
+ tests: don't abuse AT_BISON_CHECK.
+ * tests/regression.at (parse-gram.y: LALR = IELR): Move
+ additional shell commands outside of AT_BISON_CHECK.
+
2009-09-26 Joel E. Denny <jdenny@clemson.edu>
tests: check that parse-gram.y's IELR and LALR are identical.