summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorFrancis Ricci <francisjricci@gmail.com>2016-07-20 19:37:31 +0000
committerFrancis Ricci <francisjricci@gmail.com>2016-07-20 19:37:31 +0000
commit628fd34e840f39a4202654de8851e1dc6596580a (patch)
treec581b7b4555d2c94518f04ae6ea65b43d257947c /lldb/packages/Python/lldbsuite
parent18f084ff625a5de7417f5afa7d2da32da55e1972 (diff)
downloadbcm5719-llvm-628fd34e840f39a4202654de8851e1dc6596580a.tar.gz
bcm5719-llvm-628fd34e840f39a4202654de8851e1dc6596580a.zip
Fix typo in test runner
llvm-svn: 276166
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/decorators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/decorators.py b/lldb/packages/Python/lldbsuite/test/decorators.py
index 93e48272c5d..6613b25109e 100644
--- a/lldb/packages/Python/lldbsuite/test/decorators.py
+++ b/lldb/packages/Python/lldbsuite/test/decorators.py
@@ -486,7 +486,7 @@ def skipUnlessPlatform(oslist):
# This decorator cannot be ported to `skipIf` yet because it is used on entire
# classes, which `skipIf` explicitly forbids.
return unittest2.skipUnless(lldbplatformutil.getPlatform() in oslist,
- "requires on of %s" % (", ".join(oslist)))
+ "requires one of %s" % (", ".join(oslist)))
def skipIfTargetAndroid(api_levels=None, archs=None):
"""Decorator to skip tests when the target is Android.
OpenPOWER on IntegriCloud