[cfe-commits] r69540 - /cfe/trunk/test/Preprocessor/objc-pp.m
Chris Lattner
sabre at nondot.org
Sun Apr 19 13:18:58 PDT 2009
Author: lattner
Date: Sun Apr 19 15:18:57 2009
New Revision: 69540
URL: http://llvm.org/viewvc/llvm-project?rev=69540&view=rev
Log:
pick a smaller header, one that we control to test this.
Modified:
cfe/trunk/test/Preprocessor/objc-pp.m
Modified: cfe/trunk/test/Preprocessor/objc-pp.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/objc-pp.m?rev=69540&r1=69539&r2=69540&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/objc-pp.m (original)
+++ cfe/trunk/test/Preprocessor/objc-pp.m Sun Apr 19 15:18:57 2009
@@ -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.
More information about the cfe-commits
mailing list