diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-06-22 02:23:22 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-06-22 02:23:22 +0000 |
| commit | 56f23a3f7fb929dad9fb7240454dbe6f07c255ca (patch) | |
| tree | 1a9019e4b51cc409d318373b16f156ee05f6342a /libcxx/test/std/numerics | |
| parent | 80457ce5fa868719be4e1e5d9020899eb6d0bf16 (diff) | |
| download | bcm5719-llvm-56f23a3f7fb929dad9fb7240454dbe6f07c255ca.tar.gz bcm5719-llvm-56f23a3f7fb929dad9fb7240454dbe6f07c255ca.zip | |
Move remaining _LIBCPP_VERSION tests into test/libcxx
llvm-svn: 273367
Diffstat (limited to 'libcxx/test/std/numerics')
5 files changed, 0 insertions, 102 deletions
diff --git a/libcxx/test/std/numerics/cfenv/version.pass.cpp b/libcxx/test/std/numerics/cfenv/version.pass.cpp deleted file mode 100644 index 727d5bdf399..00000000000 --- a/libcxx/test/std/numerics/cfenv/version.pass.cpp +++ /dev/null @@ -1,22 +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. -// -//===----------------------------------------------------------------------===// -// -// UNSUPPORTED: newlib - -// <cfenv> - -#include <cfenv> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/numerics/complex.number/version.pass.cpp b/libcxx/test/std/numerics/complex.number/version.pass.cpp deleted file mode 100644 index 316cfec739a..00000000000 --- a/libcxx/test/std/numerics/complex.number/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. -// -//===----------------------------------------------------------------------===// - -// <complex> - -#include <complex> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/numerics/numarray/version.pass.cpp b/libcxx/test/std/numerics/numarray/version.pass.cpp deleted file mode 100644 index 85457d4329e..00000000000 --- a/libcxx/test/std/numerics/numarray/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. -// -//===----------------------------------------------------------------------===// - -// <valarray> - -#include <valarray> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/numerics/numeric.ops/version.pass.cpp b/libcxx/test/std/numerics/numeric.ops/version.pass.cpp deleted file mode 100644 index fb6e0a1063c..00000000000 --- a/libcxx/test/std/numerics/numeric.ops/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. -// -//===----------------------------------------------------------------------===// - -// <numeric> - -#include <numeric> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/numerics/rand/rand.synopsis/version.pass.cpp b/libcxx/test/std/numerics/rand/rand.synopsis/version.pass.cpp deleted file mode 100644 index eae6c493e91..00000000000 --- a/libcxx/test/std/numerics/rand/rand.synopsis/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. -// -//===----------------------------------------------------------------------===// - -// <random> - -#include <random> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |

