summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.limits
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/language.support/support.limits')
-rw-r--r--libcxx/test/std/language.support/support.limits/c.limits/version_cfloat.pass.cpp20
-rw-r--r--libcxx/test/std/language.support/support.limits/c.limits/version_climits.pass.cpp20
-rw-r--r--libcxx/test/std/language.support/support.limits/limits/version.pass.cpp20
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()
-{
-}
OpenPOWER on IntegriCloud