diff options
Diffstat (limited to 'clang/test/Index/comment-c-decls.c')
-rw-r--r-- | clang/test/Index/comment-c-decls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-c-decls.c b/clang/test/Index/comment-c-decls.c index 879f9a265a5..371e453bef4 100644 --- a/clang/test/Index/comment-c-decls.c +++ b/clang/test/Index/comment-c-decls.c @@ -88,7 +88,7 @@ enum e { Two, Three }; -// CHECK: <Declaration>enum e {\n}</Declaration> +// CHECK: <Declaration>enum e {}</Declaration> // CHECK: <Declaration>Two</Declaration> /** |