]> granicus.if.org Git - clang/commitdiff
pick a smaller header, one that we control to test this.
authorChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 20:18:57 +0000 (20:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 20:18:57 +0000 (20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69540 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/objc-pp.m

index 866e7e4809ac54886008d06e777591c087c1a32c..4ab2f07cef26c6a90b03738d626e04fc4a670636 100644 (file)
@@ -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.