diff options
| author | Daniel Jasper <djasper@google.com> | 2014-10-28 18:18:02 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2014-10-28 18:18:02 +0000 |
| commit | acb7e25d5f29fcc83fd47d514764c27daea115d1 (patch) | |
| tree | f48982166538bf4e44c8bd8e917b247bcb1a6b72 | |
| parent | eb12639375be29a63a8d1b97e9f02ed18578da10 (diff) | |
| download | bcm5719-llvm-acb7e25d5f29fcc83fd47d514764c27daea115d1.tar.gz bcm5719-llvm-acb7e25d5f29fcc83fd47d514764c27daea115d1.zip | |
clang-format: Fix test.
llvm-svn: 220807
| -rw-r--r-- | clang/unittests/Format/FormatTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 163f0838c9e..f541cc0903f 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/unittests/Format/FormatTest.cpp @@ -5034,7 +5034,7 @@ TEST_F(FormatTest, UnderstandsUsesOfStarAndAmp) { "template <class T, class = typename std::enable_if<\n" " std::is_integral<T>::value &&\n" " (sizeof(T) > 1 || sizeof(T) < 8)>::type>\n" - "void F();"); + "void F();", getLLVMStyleWithColumns(76)); verifyIndependentOfContext("MACRO(int *i);"); verifyIndependentOfContext("MACRO(auto *a);"); |

