summaryrefslogtreecommitdiff
path: root/test/std/language.support/support.initlist
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/language.support/support.initlist')
-rw-r--r--test/std/language.support/support.initlist/version.pass.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/std/language.support/support.initlist/version.pass.cpp b/test/std/language.support/support.initlist/version.pass.cpp
deleted file mode 100644
index f3f08cd1f864e..0000000000000
--- a/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <initializer_list>
-
-#include <initializer_list>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}