diff options
Diffstat (limited to 'test/CodeCompletion')
-rw-r--r-- | test/CodeCompletion/tag.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeCompletion/tag.c b/test/CodeCompletion/tag.c index 06a2e20474..35ddda273e 100644 --- a/test/CodeCompletion/tag.c +++ b/test/CodeCompletion/tag.c @@ -11,5 +11,4 @@ void test() { enum X { x }; // CHECK-CC1: X : 0 // CHECK-CC1: Y : 2 - // CHECK-CC1: X : 2 (Hidden) enum |