commit | 53c9ac30f918c4402cfe56c81abf577cee72bc7c | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Sep 07 22:54:28 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Sep 07 22:54:28 2010 +0000 |
tree | 6ce502fe6dce04ee064fe71f2b6db7e284c9e350 | |
parent | 1e87fffb4171f12d7061d887ced3757a0ed09bc9 [diff] [blame] |
tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies. llvm-svn: 113301
diff --git a/clang/test/Preprocessor/objc-pp.m b/clang/test/Preprocessor/objc-pp.m index 3e09325..0ec288c 100644 --- a/clang/test/Preprocessor/objc-pp.m +++ b/clang/test/Preprocessor/objc-pp.m
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic +// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic -ffreestanding #import <stdint.h> // no warning on #import in objc mode.