[all-commits] [llvm/llvm-project] 123f93: [lldb] Fix language label in ObjC Language unittest
cmtice via All-commits
all-commits at lists.llvm.org
Sat May 6 12:30:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 123f939c14f7a3c8e641d0348c1ad286538d4f1a
https://github.com/llvm/llvm-project/commit/123f939c14f7a3c8e641d0348c1ad286538d4f1a
Author: Caroline Tice <cmtice at google.com>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M lldb/unittests/Language/ObjC/ObjCLanguageTest.cpp
Log Message:
-----------
[lldb] Fix language label in ObjC Language unittest
The recently added ObjC Language unittest, InvalidMethondNameParsing, currently has CPlusPlusLanguage as its language label (see https://reviews.llvm.org/D149804). There is already a test with the same name and same language label in the C++ Language unittests, so this creates a name conflict. This patch corrects the language label on the ObjC test.
Differential Revision: https://reviews.llvm.org/D150019
More information about the All-commits
mailing list