diff options
Diffstat (limited to 'clang/test/Index/format-comment-cdecls.c')
-rw-r--r-- | clang/test/Index/format-comment-cdecls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/format-comment-cdecls.c b/clang/test/Index/format-comment-cdecls.c index 861bba2f20b..471be2baf23 100644 --- a/clang/test/Index/format-comment-cdecls.c +++ b/clang/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> /** |