diff options
Diffstat (limited to 'clang/test/CodeCompletion/operator.cpp')
-rw-r--r-- | clang/test/CodeCompletion/operator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeCompletion/operator.cpp b/clang/test/CodeCompletion/operator.cpp index 037063dde94..20ba5ba3fbc 100644 --- a/clang/test/CodeCompletion/operator.cpp +++ b/clang/test/CodeCompletion/operator.cpp @@ -15,4 +15,3 @@ void f() { // CHECK-CC1: Integer : 2 // CHECK-CC1: T : 2 // CHECK-CC1: N : 6 - // RUN: true |