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 | db41ddf756d83840de562af86b7ee674514f89c9 (patch) | |
| tree | b6152df89b95385859912430885c0edfc6d77178 | |
| parent | 1dc5219a0a3462ece6c5a95384e70ed0064dc768 (diff) | |
| download | bcm5719-llvm-db41ddf756d83840de562af86b7ee674514f89c9.tar.gz bcm5719-llvm-db41ddf756d83840de562af86b7ee674514f89c9.zip  | |
pick a smaller header, one that we control to test this.
llvm-svn: 69540
| -rw-r--r-- | clang/test/Preprocessor/objc-pp.m | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/objc-pp.m b/clang/test/Preprocessor/objc-pp.m index 866e7e4809a..4ab2f07cef2 100644 --- a/clang/test/Preprocessor/objc-pp.m +++ b/clang/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.  | 

