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/algorithms/version.pass.cpp | |
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/algorithms/version.pass.cpp')
-rw-r--r-- | libcxx/test/std/algorithms/version.pass.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libcxx/test/std/algorithms/version.pass.cpp b/libcxx/test/std/algorithms/version.pass.cpp deleted file mode 100644 index 20f0637e641..00000000000 --- a/libcxx/test/std/algorithms/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. -// -//===----------------------------------------------------------------------===// - -// <algorithm> - -#include <algorithm> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |