Skip to content

Commit 790b947

Browse files
committed
Allow the test to use the last language type
1 parent 3254a97 commit 790b947

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/unittests/Target/LanguageTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ TEST_F(LanguageTest, SourceLanguage_GetDescription) {
2424
continue;
2525

2626
auto lang_type = static_cast<lldb::LanguageType>(i);
27-
if (lang_type == lldb::eLanguageTypeLastStandardLanguage)
28-
continue;
29-
3027
SourceLanguage lang(lang_type);
3128

3229
// eLanguageTypeHIP is not implemented as a DW_LNAME because of a conflict.

0 commit comments

Comments
 (0)