bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: clean up push.at test group titles.


From: Joel E. Denny
Subject: [PATCH] tests: clean up push.at test group titles.
Date: Sun, 13 Sep 2009 15:49:15 -0400 (EDT)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

I pushed this to master, branch-2.5, and branch-2.4.2.

>From 00d80a9cedbffda49212c0cdb90e90c27a561bb2 Mon Sep 17 00:00:00 2001
From: Joel E. Denny <address@hidden>
Date: Sun, 13 Sep 2009 13:45:05 -0400
Subject: [PATCH] tests: clean up push.at test group titles.

* tests/push.at: Remove "Push Parsing: " from test group titles
because these are already under the banner "Push Parsing Tests".
---
 ChangeLog     |    6 ++++++
 tests/push.at |   24 ++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6a8d3cc..f99cc59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-13  Joel E. Denny  <address@hidden>
+
+       tests: clean up push.at test group titles.
+       * tests/push.at: Remove "Push Parsing: " from test group titles
+       because these are already under the banner "Push Parsing Tests".
+
 2009-09-12  Alex Rozenman  <address@hidden>
 
        Provide an additional sub-message for clarity.
diff --git a/tests/push.at b/tests/push.at
index 4c548fd..741b362 100644
--- a/tests/push.at
+++ b/tests/push.at
@@ -16,11 +16,11 @@
 
 AT_BANNER([[Push Parsing Tests]])
 
-## ---------------------------------------------- ##
-## Push Parsing: Memory Leak for Early Deletion.  ##
-## ---------------------------------------------- ##
+## -------------------------------- ##
+## Memory Leak for Early Deletion.  ##
+## -------------------------------- ##
 
-AT_SETUP([[Push Parsing: Memory Leak for Early Deletion]])
+AT_SETUP([[Memory Leak for Early Deletion]])
 
 # Requires Valgrind.
 
@@ -77,11 +77,11 @@ AT_PARSER_CHECK([[./input]])
 
 AT_CLEANUP
 
-## ----------------------------------------- ##
-## Push Parsing: Multiple impure instances.  ##
-## ----------------------------------------- ##
+## --------------------------- ##
+## Multiple impure instances.  ##
+## --------------------------- ##
 
-AT_SETUP([[Push Parsing: Multiple impure instances]])
+AT_SETUP([[Multiple impure instances]])
 
 m4_pushdef([AT_MULTIPLE_IMPURE_INSTANCES_CHECK], [
 AT_DATA_GRAMMAR([[input.y]],
@@ -148,11 +148,11 @@ m4_popdef([AT_MULTIPLE_IMPURE_INSTANCES_CHECK])
 
 AT_CLEANUP
 
-## ------------------------------------- ##
-## Push Parsing: Unsupported Skeletons.  ##
-## ------------------------------------- ##
+## ----------------------- ##
+## Unsupported Skeletons.  ##
+## ----------------------- ##
 
-AT_SETUP([[Push Parsing: Unsupported Skeletons]])
+AT_SETUP([[Unsupported Skeletons]])
 
 AT_DATA([[input.y]],
 [[%glr-parser
-- 
1.5.4.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]