diff options
Diffstat (limited to 'llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp')
-rw-r--r-- | llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp b/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp index 980b627..e549128 100644 --- a/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp +++ b/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp @@ -1558,7 +1558,6 @@ TEST_F(DebugLineBasicFixture, VerboseOutput) { raw_string_ostream OS(Output); Parser.parseNext(RecordRecoverable, RecordUnrecoverable, &OS, /*Verbose=*/true); - OS.flush(); StringRef OutputRef(Output); size_t Pos = 0; @@ -1805,7 +1804,6 @@ struct TruncatedOpcodeFixtureBase : public CommonFixture { raw_string_ostream OS(Output); Parser.parseNext(RecordRecoverable, RecordUnrecoverable, &OS, /*Verbose=*/true); - OS.flush(); std::string LinePrefix = ("0x0000002f: 0" + Twine::utohexstr(OpcodeValue) + " ").str(); |