diff options
Diffstat (limited to 'clang/test/FixIt/typo.m')
-rw-r--r-- | clang/test/FixIt/typo.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m index 143d026b2be..53afe7257d2 100644 --- a/clang/test/FixIt/typo.m +++ b/clang/test/FixIt/typo.m @@ -113,8 +113,6 @@ void test2(Collide *a) { @end -double *isupper(int); - @interface Sub2 : Super - (int)method2; @end |