summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-09-22 23:22:24 +0000
committerDouglas Gregor <dgregor@apple.com>2009-09-22 23:22:24 +0000
commit3e7253f155e1e40542a6815689adef5abc65b17b (patch)
treeb7bd838d289022135043ce0cf33e0fbbb90a147f /test/CodeCompletion
parent0563c2677cfc20c9450342ddc53aa96971671c71 (diff)
When code-completion finds a declaration only because it is usable as
the start of a nested-name-specifier, add the "::" after the nested-name-specifier to the code-completion string. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeCompletion')
-rw-r--r--test/CodeCompletion/tag.cpp4
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