diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-03 15:20:48 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-03 15:20:48 +0000 | 
| commit | 551c698530debaae81139c7c76a29fb762793362 (patch) | |
| tree | 547e0e59163c33f2142998714eb5f957e65d1a57 /unittests/AST/DeclPrinterTest.cpp | |
| parent | 416ada0f75bab22b084a1776deb229cd4a669c4d (diff) | |
Notes
Diffstat (limited to 'unittests/AST/DeclPrinterTest.cpp')
| -rw-r--r-- | unittests/AST/DeclPrinterTest.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/AST/DeclPrinterTest.cpp b/unittests/AST/DeclPrinterTest.cpp index e5a09a31f69fc..ae6d0f0dd2e23 100644 --- a/unittests/AST/DeclPrinterTest.cpp +++ b/unittests/AST/DeclPrinterTest.cpp @@ -1228,7 +1228,7 @@ TEST(DeclPrinter, TestObjCMethod1) {      "@end\n",      namedDecl(hasName("A:inRange:"),                hasDescendant(namedDecl(hasName("printThis")))).bind("id"), -    "- (int) A:(id)anObject inRange:(long)range")); +    "- (int)A:(id)anObject inRange:(long)range"));  }  TEST(DeclPrinter, TestObjCProtocol1) {  | 
