From 0202dec2661e0adc3e7f0690b916c0a323f37688 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 22 Jun 2016 01:55:59 +0000 Subject: Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. llvm-svn: 273364 --- .../support.initlist/version.pass.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libcxx/test/std/language.support/support.initlist/version.pass.cpp (limited to 'libcxx/test/std/language.support/support.initlist') diff --git a/libcxx/test/std/language.support/support.initlist/version.pass.cpp b/libcxx/test/std/language.support/support.initlist/version.pass.cpp deleted file mode 100644 index f3f08cd1f86..00000000000 --- a/libcxx/test/std/language.support/support.initlist/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