aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion/enum-switch-case.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeCompletion/enum-switch-case.cpp')
-rw-r--r--test/CodeCompletion/enum-switch-case.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeCompletion/enum-switch-case.cpp b/test/CodeCompletion/enum-switch-case.cpp
index cea2ab95ab..3a010a83de 100644
--- a/test/CodeCompletion/enum-switch-case.cpp
+++ b/test/CodeCompletion/enum-switch-case.cpp
@@ -26,4 +26,3 @@ void test(enum N::Color color) {
// CHECK-CC1-NEXT: Orange : 0 : N::Orange
// CHECK-CC1-NEXT: Violet : 0 : N::Violet
- // RUN: true