summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.limits/limits/version.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-06-22 01:55:59 +0000
committerEric Fiselier <eric@efcs.ca>2016-06-22 01:55:59 +0000
commit0202dec2661e0adc3e7f0690b916c0a323f37688 (patch)
treead88d1c079e6dd2712559a834a11810dc8061cfd /libcxx/test/std/language.support/support.limits/limits/version.pass.cpp
parent180e0d5cef3eae9c415bf16afaba218507c73d97 (diff)
downloadbcm5719-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/limits/version.pass.cpp')
-rw-r--r--libcxx/test/std/language.support/support.limits/limits/version.pass.cpp20
1 files changed, 0 insertions, 20 deletions
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