aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/digraph.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-07 22:54:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-07 22:54:28 +0000
commitc79f767941fdfedb02d20296a042ad951a593890 (patch)
tree4d8ebace38c88e91e01fcba396320f253c989672 /test/Lexer/digraph.c
parentbccfd31ac3b7769d681d56d514ad3a0a6e7b5d93 (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.c2
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>