diff options
Diffstat (limited to 'clang/test/Modules/Inputs/warning-mismatch/System.h')
-rw-r--r-- | clang/test/Modules/Inputs/warning-mismatch/System.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Modules/Inputs/warning-mismatch/System.h b/clang/test/Modules/Inputs/warning-mismatch/System.h deleted file mode 100644 index 8e69e704c75..00000000000 --- a/clang/test/Modules/Inputs/warning-mismatch/System.h +++ /dev/null @@ -1,2 +0,0 @@ -#import "Mismatch.h" -struct System { int i; }; |