forked from OSchip/llvm-project
clang/test/Sema/warn-documentation-almost-trailing.c: Rewrite checks with @LINE.
llvm-svn: 213139
This commit is contained in:
parent
379d44bfdf
commit
61ce64ab15
|
@ -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}:"/**<"
|
||||
|
|
Loading…
Reference in New Issue