diff options
Diffstat (limited to 'clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp')
| -rw-r--r-- | clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp b/clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp index 79ded6673591..9f852e4768b1 100644 --- a/clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp +++ b/clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp @@ -28,7 +28,7 @@ namespace { class ObjCPropertyAttributeOrderFixerTest : public FormatTestBase { protected: - TokenList annotate(llvm::StringRef Code, + TokenList annotate(StringRef Code, const FormatStyle &Style = getLLVMStyle()) { return TestLexer(Allocator, Buffers, Style).annotate(Code); } |
