diff options
Diffstat (limited to 'llvm/unittests/ProfileData/InstrProfTest.cpp')
-rw-r--r-- | llvm/unittests/ProfileData/InstrProfTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/ProfileData/InstrProfTest.cpp b/llvm/unittests/ProfileData/InstrProfTest.cpp index 259d6ff..c252252 100644 --- a/llvm/unittests/ProfileData/InstrProfTest.cpp +++ b/llvm/unittests/ProfileData/InstrProfTest.cpp @@ -431,7 +431,6 @@ MATCHER_P(EqualsRecord, Want, "") { Want.print(OS); OS << "Got:\n"; Got.print(OS); - OS.flush(); *result_listener << "MemProf Record differs!\n" << Buffer; return false; }; |