[Lldb-commits] [lldb] r340219 - Reflow comments
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 20 15:00:32 PDT 2018
Author: adrian
Date: Mon Aug 20 15:00:32 2018
New Revision: 340219
URL: http://llvm.org/viewvc/llvm-project?rev=340219&view=rev
Log:
Reflow comments
Modified:
lldb/trunk/lit/Suite/lldbtest.py
Modified: lldb/trunk/lit/Suite/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Suite/lldbtest.py?rev=340219&r1=340218&r2=340219&view=diff
==============================================================================
--- lldb/trunk/lit/Suite/lldbtest.py (original)
+++ lldb/trunk/lit/Suite/lldbtest.py Mon Aug 20 15:00:32 2018
@@ -44,9 +44,9 @@ class LLDBTest(TestFormat):
return (lit.Test.UNSUPPORTED, 'Test is unsupported')
testPath, testFile = os.path.split(test.getSourcePath())
- # On Windows, the system does not always correctly interpret shebang lines.
- # To make sure we can execute the tests, add python exe as the first parameter
- # of the command.
+ # On Windows, the system does not always correctly interpret
+ # shebang lines. To make sure we can execute the tests, add
+ # python exe as the first parameter of the command.
cmd = [sys.executable] + self.dotest_cmd + [testPath, '-p', testFile]
try:
More information about the lldb-commits
mailing list