summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-05-07 21:19:14 +0000
committerStella Stamenova <stilis@microsoft.com>2018-05-07 21:19:14 +0000
commit88ce10b77d3ccb1f586397a7b4df8b821f6e0f37 (patch)
treefa1ce2a92c62a889ec9372379c80685ec0bc73c3 /lldb/packages/Python/lldbsuite/test/dotest.py
parent061096d2c26d37c39ce33296e426912982f79253 (diff)
downloadbcm5719-llvm-88ce10b77d3ccb1f586397a7b4df8b821f6e0f37.tar.gz
bcm5719-llvm-88ce10b77d3ccb1f586397a7b4df8b821f6e0f37.zip
Test Commit: fix a comment to be grammatically correct
llvm-svn: 331679
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index bb103084d9b..bbc0d4a634b 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -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.
OpenPOWER on IntegriCloud