Remove '.' in expected warning
llvm-svn: 54051
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
@interface A
|
||||
{
|
||||
@private int x; // expected-warning {{Instance variable 'x' in class 'A' is never used.}}
|
||||
@private int x; // expected-warning {{Instance variable 'x' in class 'A' is never used}}
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user