validate_failures.py (ExpirationDate): Tidy comment.
authorDiego Novillo <dnovillo@google.com>
Mon, 13 Aug 2012 19:36:03 +0000 (15:36 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Mon, 13 Aug 2012 19:36:03 +0000 (15:36 -0400)
* testsuite-management/validate_failures.py (ExpirationDate): Tidy
comment.

From-SVN: r190354

contrib/ChangeLog
contrib/testsuite-management/validate_failures.py

index c41eb510f712deee84896d163bc1faec02d91098..c7e3928a212b0eaa2031ca43a5433009a4d1df66 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-13  Diego Novillo  <dnovillo@google.com>
+
+       * testsuite-management/validate_failures.py (ExpirationDate): Tidy
+       comment.
+
 2012-08-13  Diego Novillo  <dnovillo@google.com>
 
        * testsuite-management/validate_failures.py (ParseSummary): Fix
index c08748bd95df41fe80022e74785e66795a66c723..f231e93f835fc7e75691882e568ceaf9ac333e36 100755 (executable)
@@ -138,7 +138,7 @@ class TestResult(object):
 
   def ExpirationDate(self):
     # Return a datetime.date object with the expiration date for this
-    # test result expires.  Return None, if no expiration # has been set.
+    # test result.  Return None, if no expiration has been set.
     if re.search(r'expire=', self.attrs):
       expiration = re.search(r'expire=(\d\d\d\d)(\d\d)(\d\d)', self.attrs)
       if not expiration: