[llvm-commits] [LNT] r170585 - /lnt/trunk/lnt/tests/nt.py

Michael Gottesman mgottesman at apple.com
Wed Dec 19 12:44:33 PST 2012


Author: mgottesman
Date: Wed Dec 19 14:44:33 2012
New Revision: 170585

URL: http://llvm.org/viewvc/llvm-project?rev=170585&view=rev
Log:
Fixed two 80+ violations.

Modified:
    lnt/trunk/lnt/tests/nt.py

Modified: lnt/trunk/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/nt.py?rev=170585&r1=170584&r2=170585&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/nt.py (original)
+++ lnt/trunk/lnt/tests/nt.py Wed Dec 19 14:44:33 2012
@@ -1008,7 +1008,8 @@
                          help="Set -arch in TARGET_FLAGS [%default]",
                          type=str, default=None)
         group.add_option("", "--llvm-arch", dest="llvm_arch",
-                         help="Set the ARCH value used in the makefiles to [%default]",
+                         help="Set the ARCH value used in the makefiles to " \
+                             "[%default]",
                          type=str, default=None)
         group.add_option("", "--make-param", dest="make_parameters",
                          metavar="NAME=VAL",
@@ -1059,7 +1060,8 @@
                          choices=('nightly', 'simple'), default='simple')
 
         group.add_option("", "--test-time-stat", dest="test_time_stat",
-                         help="Set the test timing statistic to gather [%default]",
+                         help="Set the test timing statistic to gather " \
+                             "[%default]",
                          choices=('user', 'real'), default='user')
 
         group.add_option("", "--disable-cxx", dest="test_cxx",





More information about the llvm-commits mailing list