summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/protocols-lazy.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/protocols-lazy.m')
-rw-r--r--clang/test/CodeGenObjC/protocols-lazy.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocols-lazy.m b/clang/test/CodeGenObjC/protocols-lazy.m
index 709ef45c1e8..54ca19ceb46 100644
--- a/clang/test/CodeGenObjC/protocols-lazy.m
+++ b/clang/test/CodeGenObjC/protocols-lazy.m
@@ -45,4 +45,3 @@ void f2() { id x = @protocol(P5); } // This generates a forward
@implementation I1 -im1 { return 0; }; @end
void f3() { id x = @protocol(P6); }
-// RUN: true
OpenPOWER on IntegriCloud