[Lldb-commits] [lldb] r334177 - [LLDB] Unit tests / typo fix

David Carlier via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 7 01:58:35 PDT 2018


Author: devnexen
Date: Thu Jun  7 01:58:34 2018
New Revision: 334177

URL: http://llvm.org/viewvc/llvm-project?rev=334177&view=rev
Log:
[LLDB] Unit tests / typo fix

removing unnecessary comma.

Modified:
    lldb/trunk/unittests/Symbol/TestType.cpp

Modified: lldb/trunk/unittests/Symbol/TestType.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Symbol/TestType.cpp?rev=334177&r1=334176&r2=334177&view=diff
==============================================================================
--- lldb/trunk/unittests/Symbol/TestType.cpp (original)
+++ lldb/trunk/unittests/Symbol/TestType.cpp Thu Jun  7 01:58:34 2018
@@ -30,7 +30,7 @@ void TestGetTypeScopeAndBasenameHelper(c
     EXPECT_EQ(name, expected_name);
   }
 }
-};
+}
 
 TEST(Type, GetTypeScopeAndBasename) {
   TestGetTypeScopeAndBasenameHelper("int", false, "", "");




More information about the lldb-commits mailing list