summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-19 20:18:57 +0000
committerChris Lattner <sabre@nondot.org>2009-04-19 20:18:57 +0000
commitdb41ddf756d83840de562af86b7ee674514f89c9 (patch)
treeb6152df89b95385859912430885c0edfc6d77178 /clang/test
parent1dc5219a0a3462ece6c5a95384e70ed0064dc768 (diff)
downloadbcm5719-llvm-db41ddf756d83840de562af86b7ee674514f89c9.tar.gz
bcm5719-llvm-db41ddf756d83840de562af86b7ee674514f89c9.zip
pick a smaller header, one that we control to test this.
llvm-svn: 69540
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Preprocessor/objc-pp.m2
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.
OpenPOWER on IntegriCloud