aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-03 17:25:45 -0800
committerDan Albert <danalbert@google.com>2015-12-03 17:30:45 -0800
commit877b0ba5f2e0f6c6c729bf388910691264406bff (patch)
treeda5347601942a5ae0b592de4be6df8b8b1133b7b /tests
parent0009f3d899e182d4c28544a5de968fb9e622c8f8 (diff)
downloadndk-877b0ba5f2e0f6c6c729bf388910691264406bff.tar.gz
Fix doc, missed a --amend earlier.
Change-Id: I63cb52c17bef1ae83e75df896e1743239758622d
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 1e97216cd..91124f07a 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -395,8 +395,8 @@ class TestConfig(object):
class DeviceTestConfig(TestConfig):
"""Specialization of test_config.py that includes device API level.
- We need to mark some tests as broken based on what device they are running
- on, as opposed to just what they were built for.
+ We need to mark some tests as broken or unsupported based on what device
+ they are running on, as opposed to just what they were built for.
"""
class NullTestConfig(object):
def __init__(self):