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/SemaCXX/nullptr.cpp b/clang/test/SemaCXX/nullptr.cpp index a3aab7f..0652062 100644 --- a/clang/test/SemaCXX/nullptr.cpp +++ b/clang/test/SemaCXX/nullptr.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s +// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x -ffreestanding %s #include <stdint.h> // Don't have decltype yet.