summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility/StringListTest.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-08-19 07:22:19 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-08-19 07:22:19 +0000
commit21599876be328ff6b5c6cf09544ade7e337cb48d (patch)
tree5e771ac0d6eea93873c27a08bff14f01b004c31a /lldb/unittests/Utility/StringListTest.cpp
parentb1752f670f3d6393306dd5d37546b6e23384d8a2 (diff)
downloadbcm5719-llvm-21599876be328ff6b5c6cf09544ade7e337cb48d.tar.gz
bcm5719-llvm-21599876be328ff6b5c6cf09544ade7e337cb48d.zip
[lldb][NFC] Address review comments to StringList for-loop support
llvm-svn: 369237
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