diff options
Diffstat (limited to 'clang/test/CodeCompletion')
-rw-r--r-- | clang/test/CodeCompletion/tag.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeCompletion/tag.cpp b/clang/test/CodeCompletion/tag.cpp index 2642b7c7317..b00ff1fabda 100644 --- a/clang/test/CodeCompletion/tag.cpp +++ b/clang/test/CodeCompletion/tag.cpp @@ -21,6 +21,6 @@ namespace N { // CHECK-CC1: A : 4 // CHECK-CC1: X : 4 // CHECK-CC1: Y : 4 - // CHECK-CC1: M : 9 - // CHECK-CC1: N : 9 + // CHECK-CC1: M : 9 : M:: + // CHECK-CC1: N : 9 : N:: // RUN: true |