diff options
Diffstat (limited to 'test/PCH/method_pool.m')
-rw-r--r-- | test/PCH/method_pool.m | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/test/PCH/method_pool.m b/test/PCH/method_pool.m index 20010fb..139f8ba 100644 --- a/test/PCH/method_pool.m +++ b/test/PCH/method_pool.m @@ -9,13 +9,5 @@ int message_id(id x) { return [x instMethod:17]; // expected-warning{{multiple methods}} } - - - - -/* Whitespace below is significant */ -/* expected-note{{using}} */ - - - -/* expected-note{{also}} */ +/* expected-note@method_pool.h:17{{using}} */ +/* expected-note@method_pool.h:21{{also}} */ |