Skip to content

Commit 0058272

Browse files
authored
[NFC] Remove unused test code from ELFObjectFileTest.cpp
1 parent b5c6245 commit 0058272

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

llvm/unittests/Object/ELFObjectFileTest.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -896,17 +896,6 @@ TEST(ELFObjectFileTest, InvalidDecodePGOAnalysisMap) {
896896
"are enabled: version = 1 feature = 4");
897897
}
898898

899-
SmallString<128> CommonVersionedYamlString(CommonYamlString);
900-
CommonVersionedYamlString += R"(
901-
- Version: 2
902-
BBRanges:
903-
- BBEntries:
904-
- ID: 1
905-
AddressOffset: 0x0
906-
Size: 0x1
907-
Metadata: 0x2
908-
)";
909-
910899
// Check that we fail when function entry count is enabled but not provided.
911900
SmallString<128> MissingFuncEntryCount(CommonYamlString);
912901
MissingFuncEntryCount += R"(

0 commit comments

Comments
 (0)