Make this test not rely on the system <limits.h>. Hopefully fixes the

MSVC build.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John McCall 2010-02-11 22:45:16 +00:00
Родитель e2f769b5c2
Коммит 05efad5f3a
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,3 @@
/* Fake system header for Sema/conversion.c */
#define LONG_MAX __LONG_MAX__

Просмотреть файл

@ -1,6 +1,6 @@
// RUN: %clang_cc1 -fsyntax-only -verify -Wconversion -triple x86_64-apple-darwin %s -Wno-unreachable-code
// RUN: %clang_cc1 -fsyntax-only -verify -Wconversion -nostdinc -isystem %S/Inputs -triple x86_64-apple-darwin %s -Wno-unreachable-code
#include <limits.h>
#include <conversion.h>
#define BIG 0x7f7f7f7f7f7f7f7fL