diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-19 20:18:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-19 20:18:57 +0000 |
commit | 6efcef58f3d201c6a1c1a28ca71c066f6af45583 (patch) | |
tree | 63e0cb6ac80301bcfb0261faa6bdd2346e2b96f8 | |
parent | 7b6dbc66f918ece79b85ff39643551baf46c1502 (diff) |
pick a smaller header, one that we control to test this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69540 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/objc-pp.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/objc-pp.m b/test/Preprocessor/objc-pp.m index 866e7e4809..4ab2f07cef 100644 --- a/test/Preprocessor/objc-pp.m +++ b/test/Preprocessor/objc-pp.m @@ -1,4 +1,4 @@ // RUN: clang-cc %s -fsyntax-only -verify -pedantic -#import <stdio.h> // no warning. +#import <limits.h> // no warning on #import in objc mode. |