diff options
Diffstat (limited to 'test/Index/format-comment-cdecls.c')
-rw-r--r-- | test/Index/format-comment-cdecls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/format-comment-cdecls.c b/test/Index/format-comment-cdecls.c index 861bba2f20..471be2baf2 100644 --- a/test/Index/format-comment-cdecls.c +++ b/test/Index/format-comment-cdecls.c @@ -83,7 +83,7 @@ enum e { Two, Three }; -// CHECK: <Declaration>enum e {\n}</Declaration> +// CHECK: <Declaration>enum e {}</Declaration> // CHECK: <Declaration>Two</Declaration> /** |