jloser added inline comments.
================
Comment at: unittests/Utility/StringLexerTest.cpp:25
+
+TEST(StringLexerTest, HasAtLest) {
+ StringLexer l("foo");
----------------
Nit: typo in the test case name.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50298