diff options
Diffstat (limited to 'test/Index/comment-c-decls.c')
-rw-r--r-- | test/Index/comment-c-decls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-c-decls.c b/test/Index/comment-c-decls.c index 879f9a265a..371e453bef 100644 --- a/test/Index/comment-c-decls.c +++ b/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> /** |