diff options
Diffstat (limited to 'test/CodeGenObjC/protocol-comdat.m')
| -rw-r--r-- | test/CodeGenObjC/protocol-comdat.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/protocol-comdat.m b/test/CodeGenObjC/protocol-comdat.m index a19ba8cf35dc..ddf8e5a77d4c 100644 --- a/test/CodeGenObjC/protocol-comdat.m +++ b/test/CodeGenObjC/protocol-comdat.m @@ -4,8 +4,8 @@ - (void) method; @end -@protocol Q; -@protocol R; +@protocol Q @end +@protocol R @end @interface I<P> @end |
