diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-07 22:54:28 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-07 22:54:28 +0000 |
commit | c79f767941fdfedb02d20296a042ad951a593890 (patch) | |
tree | 4d8ebace38c88e91e01fcba396320f253c989672 /test/Lexer/digraph.c | |
parent | bccfd31ac3b7769d681d56d514ad3a0a6e7b5d93 (diff) |
tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Lexer/digraph.c')
-rw-r--r-- | test/Lexer/digraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/digraph.c b/test/Lexer/digraph.c index b8a99bbae1..cf6e4789af 100644 --- a/test/Lexer/digraph.c +++ b/test/Lexer/digraph.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify < %s +// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s %:include <stdint.h> |