[Lldb-commits] [lldb] r331679 - Test Commit: fix a comment to be grammatically correct
Stella Stamenova via lldb-commits
lldb-commits at lists.llvm.org
Mon May 7 14:19:14 PDT 2018
Author: stella.stamenova
Date: Mon May 7 14:19:14 2018
New Revision: 331679
URL: http://llvm.org/viewvc/llvm-project?rev=331679&view=rev
Log:
Test Commit: fix a comment to be grammatically correct
Modified:
lldb/trunk/packages/Python/lldbsuite/test/dotest.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/dotest.py?rev=331679&r1=331678&r2=331679&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/dotest.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/dotest.py Mon May 7 14:19:14 2018
@@ -1230,7 +1230,7 @@ def run_suite():
checkLibcxxSupport()
checkDebugInfoSupport()
- # Don't do debugserver tests on everything except OS X.
+ # Don't do debugserver tests on anything except OS X.
configuration.dont_do_debugserver_test = "linux" in target_platform or "freebsd" in target_platform or "windows" in target_platform
# Don't do lldb-server (llgs) tests on anything except Linux.
More information about the lldb-commits
mailing list