summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility/StringListTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/Utility/StringListTest.cpp')
-rw-r--r--lldb/unittests/Utility/StringListTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Utility/StringListTest.cpp b/lldb/unittests/Utility/StringListTest.cpp
index 264ec92d42e..926f75fb4f3 100644
--- a/lldb/unittests/Utility/StringListTest.cpp
+++ b/lldb/unittests/Utility/StringListTest.cpp
@@ -512,7 +512,7 @@ TEST(StringListTest, ForRangeEmpty) {
FAIL() << "Shouldn't have hit an element in for range" << e;
}
-TEST(StringListTest, ForRangeSingle) {
+TEST(StringListTest, ForRange) {
StringList s;
s.AppendString("a");
s.AppendString("b");
OpenPOWER on IntegriCloud