clang/test/Sema/warn-documentation-almost-trailing.c: Rewrite checks with @LINE.

llvm-svn: 213139
This commit is contained in:
NAKAMURA Takumi 2014-07-16 12:05:24 +00:00
parent 379d44bfdf
commit 61ce64ab15
1 changed files with 2 additions and 3 deletions

View File

@ -9,6 +9,5 @@ struct a {
int y; /*< comment */ // expected-warning {{not a Doxygen trailing comment}}
};
// CHECK: fix-it:"{{.*}}":{8:10-8:13}:"///<"
// CHECK: fix-it:"{{.*}}":{9:10-9:13}:"/**<"
// CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:10-[[@LINE-4]]:13}:"///<"
// CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:10-[[@LINE-4]]:13}:"/**<"