diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-06-22 01:55:59 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-06-22 01:55:59 +0000 |
commit | 0202dec2661e0adc3e7f0690b916c0a323f37688 (patch) | |
tree | ad88d1c079e6dd2712559a834a11810dc8061cfd /libcxx/test/std/language.support/support.limits | |
parent | 180e0d5cef3eae9c415bf16afaba218507c73d97 (diff) | |
download | bcm5719-llvm-0202dec2661e0adc3e7f0690b916c0a323f37688.tar.gz bcm5719-llvm-0202dec2661e0adc3e7f0690b916c0a323f37688.zip |
Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support.
llvm-svn: 273364
Diffstat (limited to 'libcxx/test/std/language.support/support.limits')
3 files changed, 0 insertions, 60 deletions
diff --git a/libcxx/test/std/language.support/support.limits/c.limits/version_cfloat.pass.cpp b/libcxx/test/std/language.support/support.limits/c.limits/version_cfloat.pass.cpp deleted file mode 100644 index 19b463199cd..00000000000 --- a/libcxx/test/std/language.support/support.limits/c.limits/version_cfloat.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <cfloat> - -#include <cfloat> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/language.support/support.limits/c.limits/version_climits.pass.cpp b/libcxx/test/std/language.support/support.limits/c.limits/version_climits.pass.cpp deleted file mode 100644 index 3fe07a5174b..00000000000 --- a/libcxx/test/std/language.support/support.limits/c.limits/version_climits.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <climits> - -#include <climits> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/language.support/support.limits/limits/version.pass.cpp b/libcxx/test/std/language.support/support.limits/limits/version.pass.cpp deleted file mode 100644 index 0cb3f6f52a4..00000000000 --- a/libcxx/test/std/language.support/support.limits/limits/version.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <limits> - -#include <limits> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |