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/Lexer/digraph.c b/clang/test/Lexer/digraph.c index b8a99bb..cf6e478 100644 --- a/clang/test/Lexer/digraph.c +++ b/clang/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>