summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std')
-rw-r--r--libcxx/test/std/algorithms/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/associative/map/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/associative/set/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/container.adaptors/queue/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/container.adaptors/stack/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/sequences/array/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/sequences/deque/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/sequences/forwardlist/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/sequences/list/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/sequences/vector/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/unord/unord.map/version.pass.cpp20
-rw-r--r--libcxx/test/std/containers/unord/unord.set/version.pass.cpp20
-rw-r--r--libcxx/test/std/depr/depr.str.strstreams/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/file.streams/fstreams/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/iostream.format/input.streams/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/iostream.format/output.streams/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/iostream.format/std.manip/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/iostream.forward/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/iostream.objects/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/iostreams.base/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/stream.buffers/version.pass.cpp20
-rw-r--r--libcxx/test/std/input.output/string.streams/version.pass.cpp20
-rw-r--r--libcxx/test/std/iterators/version.pass.cpp20
-rw-r--r--libcxx/test/std/localization/c.locales/version.pass.cpp20
-rw-r--r--libcxx/test/std/localization/locale.stdcvt/version.pass.cpp20
-rw-r--r--libcxx/test/std/localization/version.pass.cpp20
-rw-r--r--libcxx/test/std/numerics/cfenv/version.pass.cpp22
-rw-r--r--libcxx/test/std/numerics/complex.number/version.pass.cpp20
-rw-r--r--libcxx/test/std/numerics/numarray/version.pass.cpp20
-rw-r--r--libcxx/test/std/numerics/numeric.ops/version.pass.cpp20
-rw-r--r--libcxx/test/std/numerics/rand/rand.synopsis/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/function.objects/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/memory/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/meta/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/ratio/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/template.bitset/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/time/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/tuple/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/type.index/version.pass.cpp20
-rw-r--r--libcxx/test/std/utilities/utility/version.pass.cpp20
42 files changed, 0 insertions, 842 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()
-{
-}
diff --git a/libcxx/test/std/containers/associative/map/version.pass.cpp b/libcxx/test/std/containers/associative/map/version.pass.cpp
deleted file mode 100644
index b2e3fa43e78..00000000000
--- a/libcxx/test/std/containers/associative/map/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <map>
-
-#include <map>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/associative/set/version.pass.cpp b/libcxx/test/std/containers/associative/set/version.pass.cpp
deleted file mode 100644
index c3c4d926e5c..00000000000
--- a/libcxx/test/std/containers/associative/set/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <set>
-
-#include <set>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/container.adaptors/queue/version.pass.cpp b/libcxx/test/std/containers/container.adaptors/queue/version.pass.cpp
deleted file mode 100644
index 35b94b33c51..00000000000
--- a/libcxx/test/std/containers/container.adaptors/queue/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <queue>
-
-#include <queue>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/container.adaptors/stack/version.pass.cpp b/libcxx/test/std/containers/container.adaptors/stack/version.pass.cpp
deleted file mode 100644
index 339d0f4dda8..00000000000
--- a/libcxx/test/std/containers/container.adaptors/stack/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <stack>
-
-#include <stack>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/sequences/array/version.pass.cpp b/libcxx/test/std/containers/sequences/array/version.pass.cpp
deleted file mode 100644
index b89a8dd8cca..00000000000
--- a/libcxx/test/std/containers/sequences/array/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <array>
-
-#include <array>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/sequences/deque/version.pass.cpp b/libcxx/test/std/containers/sequences/deque/version.pass.cpp
deleted file mode 100644
index 22e663d9bc2..00000000000
--- a/libcxx/test/std/containers/sequences/deque/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <deque>
-
-#include <deque>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/sequences/forwardlist/version.pass.cpp b/libcxx/test/std/containers/sequences/forwardlist/version.pass.cpp
deleted file mode 100644
index 918c8dd5d73..00000000000
--- a/libcxx/test/std/containers/sequences/forwardlist/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <forward_list>
-
-#include <forward_list>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/sequences/list/version.pass.cpp b/libcxx/test/std/containers/sequences/list/version.pass.cpp
deleted file mode 100644
index 097c013f52c..00000000000
--- a/libcxx/test/std/containers/sequences/list/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <list>
-
-#include <list>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/sequences/vector/version.pass.cpp b/libcxx/test/std/containers/sequences/vector/version.pass.cpp
deleted file mode 100644
index 2c4fa1263de..00000000000
--- a/libcxx/test/std/containers/sequences/vector/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <vector>
-
-#include <vector>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/unord/unord.map/version.pass.cpp b/libcxx/test/std/containers/unord/unord.map/version.pass.cpp
deleted file mode 100644
index fc47a326c57..00000000000
--- a/libcxx/test/std/containers/unord/unord.map/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <unordered_map>
-
-#include <unordered_map>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/containers/unord/unord.set/version.pass.cpp b/libcxx/test/std/containers/unord/unord.set/version.pass.cpp
deleted file mode 100644
index d651ebdfc45..00000000000
--- a/libcxx/test/std/containers/unord/unord.set/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <unordered_set>
-
-#include <unordered_set>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/depr/depr.str.strstreams/version.pass.cpp b/libcxx/test/std/depr/depr.str.strstreams/version.pass.cpp
deleted file mode 100644
index f27665f15bc..00000000000
--- a/libcxx/test/std/depr/depr.str.strstreams/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <strstream>
-
-#include <strstream>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp b/libcxx/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp
deleted file mode 100644
index 0d7fc560532..00000000000
--- a/libcxx/test/std/input.output/file.streams/c.files/version_ccstdio.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.
-//
-//===----------------------------------------------------------------------===//
-
-// <cstdio>
-
-#include <cstdio>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp b/libcxx/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp
deleted file mode 100644
index bfd379e4349..00000000000
--- a/libcxx/test/std/input.output/file.streams/c.files/version_cinttypes.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.
-//
-//===----------------------------------------------------------------------===//
-
-// <cinttypes>
-
-#include <cinttypes>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/version.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/version.pass.cpp
deleted file mode 100644
index 44b85141680..00000000000
--- a/libcxx/test/std/input.output/file.streams/fstreams/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <fstream>
-
-#include <fstream>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/iostream.format/input.streams/version.pass.cpp b/libcxx/test/std/input.output/iostream.format/input.streams/version.pass.cpp
deleted file mode 100644
index b03ef2aaa04..00000000000
--- a/libcxx/test/std/input.output/iostream.format/input.streams/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <istream>
-
-#include <istream>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/iostream.format/output.streams/version.pass.cpp b/libcxx/test/std/input.output/iostream.format/output.streams/version.pass.cpp
deleted file mode 100644
index 662b6987b3c..00000000000
--- a/libcxx/test/std/input.output/iostream.format/output.streams/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <ostream>
-
-#include <ostream>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/iostream.format/std.manip/version.pass.cpp b/libcxx/test/std/input.output/iostream.format/std.manip/version.pass.cpp
deleted file mode 100644
index ca4fd3d463e..00000000000
--- a/libcxx/test/std/input.output/iostream.format/std.manip/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <iomanip>
-
-#include <iomanip>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/iostream.forward/version.pass.cpp b/libcxx/test/std/input.output/iostream.forward/version.pass.cpp
deleted file mode 100644
index cf91332d559..00000000000
--- a/libcxx/test/std/input.output/iostream.forward/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <iosfwd>
-
-#include <iosfwd>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/iostream.objects/version.pass.cpp b/libcxx/test/std/input.output/iostream.objects/version.pass.cpp
deleted file mode 100644
index 09b3611f6df..00000000000
--- a/libcxx/test/std/input.output/iostream.objects/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <iostream>
-
-#include <iostream>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/iostreams.base/version.pass.cpp b/libcxx/test/std/input.output/iostreams.base/version.pass.cpp
deleted file mode 100644
index f56846d38b8..00000000000
--- a/libcxx/test/std/input.output/iostreams.base/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <ios>
-
-#include <ios>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/stream.buffers/version.pass.cpp b/libcxx/test/std/input.output/stream.buffers/version.pass.cpp
deleted file mode 100644
index c4b06be6018..00000000000
--- a/libcxx/test/std/input.output/stream.buffers/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <streambuf>
-
-#include <streambuf>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/input.output/string.streams/version.pass.cpp b/libcxx/test/std/input.output/string.streams/version.pass.cpp
deleted file mode 100644
index 103897106d3..00000000000
--- a/libcxx/test/std/input.output/string.streams/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <sstream>
-
-#include <sstream>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/iterators/version.pass.cpp b/libcxx/test/std/iterators/version.pass.cpp
deleted file mode 100644
index dd097850388..00000000000
--- a/libcxx/test/std/iterators/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <iterator>
-
-#include <iterator>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/localization/c.locales/version.pass.cpp b/libcxx/test/std/localization/c.locales/version.pass.cpp
deleted file mode 100644
index 0fce59e2b0b..00000000000
--- a/libcxx/test/std/localization/c.locales/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <clocale>
-
-#include <clocale>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/localization/locale.stdcvt/version.pass.cpp b/libcxx/test/std/localization/locale.stdcvt/version.pass.cpp
deleted file mode 100644
index 3885380854c..00000000000
--- a/libcxx/test/std/localization/locale.stdcvt/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <codecvt>
-
-#include <codecvt>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/localization/version.pass.cpp b/libcxx/test/std/localization/version.pass.cpp
deleted file mode 100644
index a64534c9f58..00000000000
--- a/libcxx/test/std/localization/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <locale>
-
-#include <locale>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/numerics/cfenv/version.pass.cpp b/libcxx/test/std/numerics/cfenv/version.pass.cpp
deleted file mode 100644
index 727d5bdf399..00000000000
--- a/libcxx/test/std/numerics/cfenv/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: newlib
-
-// <cfenv>
-
-#include <cfenv>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/numerics/complex.number/version.pass.cpp b/libcxx/test/std/numerics/complex.number/version.pass.cpp
deleted file mode 100644
index 316cfec739a..00000000000
--- a/libcxx/test/std/numerics/complex.number/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <complex>
-
-#include <complex>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/numerics/numarray/version.pass.cpp b/libcxx/test/std/numerics/numarray/version.pass.cpp
deleted file mode 100644
index 85457d4329e..00000000000
--- a/libcxx/test/std/numerics/numarray/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <valarray>
-
-#include <valarray>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/numerics/numeric.ops/version.pass.cpp b/libcxx/test/std/numerics/numeric.ops/version.pass.cpp
deleted file mode 100644
index fb6e0a1063c..00000000000
--- a/libcxx/test/std/numerics/numeric.ops/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <numeric>
-
-#include <numeric>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/numerics/rand/rand.synopsis/version.pass.cpp b/libcxx/test/std/numerics/rand/rand.synopsis/version.pass.cpp
deleted file mode 100644
index eae6c493e91..00000000000
--- a/libcxx/test/std/numerics/rand/rand.synopsis/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <random>
-
-#include <random>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/function.objects/version.pass.cpp b/libcxx/test/std/utilities/function.objects/version.pass.cpp
deleted file mode 100644
index 99d731a7454..00000000000
--- a/libcxx/test/std/utilities/function.objects/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <functional>
-
-#include <functional>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/memory/version.pass.cpp b/libcxx/test/std/utilities/memory/version.pass.cpp
deleted file mode 100644
index 790c08a3bd2..00000000000
--- a/libcxx/test/std/utilities/memory/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <memory>
-
-#include <memory>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/meta/version.pass.cpp b/libcxx/test/std/utilities/meta/version.pass.cpp
deleted file mode 100644
index 3a1033bbb56..00000000000
--- a/libcxx/test/std/utilities/meta/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <type_traits>
-
-#include <type_traits>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/ratio/version.pass.cpp b/libcxx/test/std/utilities/ratio/version.pass.cpp
deleted file mode 100644
index 26c455fb0a9..00000000000
--- a/libcxx/test/std/utilities/ratio/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <ratio>
-
-#include <ratio>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/template.bitset/version.pass.cpp b/libcxx/test/std/utilities/template.bitset/version.pass.cpp
deleted file mode 100644
index 5ae984c0092..00000000000
--- a/libcxx/test/std/utilities/template.bitset/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <bitset>
-
-#include <bitset>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/time/version.pass.cpp b/libcxx/test/std/utilities/time/version.pass.cpp
deleted file mode 100644
index bfa3f6d6797..00000000000
--- a/libcxx/test/std/utilities/time/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <chrono>
-
-#include <chrono>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/tuple/version.pass.cpp b/libcxx/test/std/utilities/tuple/version.pass.cpp
deleted file mode 100644
index 2fdbb5d2784..00000000000
--- a/libcxx/test/std/utilities/tuple/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <tuple>
-
-#include <tuple>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/type.index/version.pass.cpp b/libcxx/test/std/utilities/type.index/version.pass.cpp
deleted file mode 100644
index 26f462042fd..00000000000
--- a/libcxx/test/std/utilities/type.index/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <typeindex>
-
-#include <typeindex>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/utilities/utility/version.pass.cpp b/libcxx/test/std/utilities/utility/version.pass.cpp
deleted file mode 100644
index 77d145d9445..00000000000
--- a/libcxx/test/std/utilities/utility/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.
-//
-//===----------------------------------------------------------------------===//
-
-// <utility>
-
-#include <utility>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
OpenPOWER on IntegriCloud