diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/checkers/google/readability-namespace-comments.cpp')
-rw-r--r-- | clang-tools-extra/test/clang-tidy/checkers/google/readability-namespace-comments.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/test/clang-tidy/checkers/google/readability-namespace-comments.cpp b/clang-tools-extra/test/clang-tidy/checkers/google/readability-namespace-comments.cpp index 963449a..d555b87 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/google/readability-namespace-comments.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/google/readability-namespace-comments.cpp @@ -75,7 +75,7 @@ void h(); // CHECK-MESSAGES: :[[@LINE+2]]:1: warning: anonymous namespace not terminated with // CHECK-MESSAGES: :[[@LINE-10]]:26: note: anonymous namespace starts here } -// CHECK-FIXES: } // namespace{{$}} +// CHECK-FIXES: } // namespace namespace [[]] { void hh(); @@ -89,7 +89,7 @@ void hh(); // CHECK-MESSAGES: :[[@LINE+2]]:1: warning: anonymous namespace not terminated with // CHECK-MESSAGES: :[[@LINE-10]]:16: note: anonymous namespace starts here } -// CHECK-FIXES: } // namespace{{$}} +// CHECK-FIXES: } // namespace namespace short1 { namespace short2 { |