diff options
author | Benjamin Foster <benjamin.foster@arm.com> | 2014-08-13 16:11:50 +0000 |
---|---|---|
committer | Benjamin Foster <benjamin.foster@arm.com> | 2014-08-13 16:11:50 +0000 |
commit | bdefab961a8a4dec0fd68a9f8d8c44dba0c9d3be (patch) | |
tree | 01f5fc516f27f30f52a3fdf149fe4de8284e8c92 /llvm | |
parent | ace8e1e3d44399de3933b068726eb90b11578ccf (diff) | |
download | bcm5719-llvm-bdefab961a8a4dec0fd68a9f8d8c44dba0c9d3be.tar.gz bcm5719-llvm-bdefab961a8a4dec0fd68a9f8d8c44dba0c9d3be.zip |
Test commit, remove trailing whitespace
llvm-svn: 215556
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/unittests/Support/YAMLParserTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/YAMLParserTest.cpp b/llvm/unittests/Support/YAMLParserTest.cpp index e9839358a01..cd8b9f735d7 100644 --- a/llvm/unittests/Support/YAMLParserTest.cpp +++ b/llvm/unittests/Support/YAMLParserTest.cpp @@ -18,7 +18,7 @@ namespace llvm { static void SuppressDiagnosticsOutput(const SMDiagnostic &, void *) { - // Prevent SourceMgr from writing errors to stderr + // Prevent SourceMgr from writing errors to stderr // to reduce noise in unit test runs. } |