diff options
Diffstat (limited to 'clang/test/VFS/real-path-found-first.m')
-rw-r--r-- | clang/test/VFS/real-path-found-first.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/VFS/real-path-found-first.m b/clang/test/VFS/real-path-found-first.m index 3b37a644bcb..5838aa36c45 100644 --- a/clang/test/VFS/real-path-found-first.m +++ b/clang/test/VFS/real-path-found-first.m @@ -70,5 +70,6 @@ #ifndef WITH_PREFIX #import <SomeFramework/public_header.h> // expected-warning{{treating}} #import <SomeFramework/public_header2.h> // expected-warning{{treating}} +#import <SomeFramework/public_header3.h> // expected-warning{{treating}} @import SomeFramework.public_header2; #endif |