From 189d6a8834e26332e3718cfeb1a27d8169ef7f50 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 22 Jun 2016 02:07:26 +0000 Subject: Move more _LIBCPP_VERSION tests to test/libcxx. llvm-svn: 273365 --- libcxx/test/std/atomics/version.pass.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 libcxx/test/std/atomics/version.pass.cpp (limited to 'libcxx/test/std/atomics/version.pass.cpp') diff --git a/libcxx/test/std/atomics/version.pass.cpp b/libcxx/test/std/atomics/version.pass.cpp deleted file mode 100644 index fae2736d229..00000000000 --- a/libcxx/test/std/atomics/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: libcpp-has-no-threads - -// - -#include - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} -- cgit v1.2.3