diff options
Diffstat (limited to 'test/CodeCompletion/tag.cpp')
-rw-r--r-- | test/CodeCompletion/tag.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeCompletion/tag.cpp b/test/CodeCompletion/tag.cpp index 2642b7c731..b00ff1fabd 100644 --- a/test/CodeCompletion/tag.cpp +++ b/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 |