aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/DebugLogTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/DebugLogTest.cpp')
-rw-r--r--llvm/unittests/Support/DebugLogTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/DebugLogTest.cpp b/llvm/unittests/Support/DebugLogTest.cpp
index 0c464c1..c24d1a5 100644
--- a/llvm/unittests/Support/DebugLogTest.cpp
+++ b/llvm/unittests/Support/DebugLogTest.cpp
@@ -121,7 +121,7 @@ TEST(DebugLogTest, StreamPrefix) {
EXPECT_EQ(os.str(), expected);
}
// After destructors, there was a pending newline for stream B.
- EXPECT_EQ(os.str(), expected + "\nPrefixB \n");
+ EXPECT_EQ(os.str(), expected + "PrefixB ");
}
#else
TEST(DebugLogTest, Basic) {