From 56f23a3f7fb929dad9fb7240454dbe6f07c255ca Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 22 Jun 2016 02:23:22 +0000 Subject: Move remaining _LIBCPP_VERSION tests into test/libcxx llvm-svn: 273367 --- libcxx/test/std/algorithms/version.pass.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libcxx/test/std/algorithms/version.pass.cpp (limited to 'libcxx/test/std/algorithms/version.pass.cpp') 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. -// -//===----------------------------------------------------------------------===// - -// - -#include - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} -- cgit v1.2.3