[Lldb-commits] [PATCH] D50298: Add unit test for StringLexer

Joe Loser via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 4 15:00:56 PDT 2018


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





More information about the lldb-commits mailing list