summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/c.strings
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/strings/c.strings')
-rw-r--r--libcxx/test/std/strings/c.strings/version_cctype.pass.cpp20
-rw-r--r--libcxx/test/std/strings/c.strings/version_cstring.pass.cpp20
-rw-r--r--libcxx/test/std/strings/c.strings/version_cuchar.pass.cpp22
-rw-r--r--libcxx/test/std/strings/c.strings/version_cwchar.pass.cpp20
-rw-r--r--libcxx/test/std/strings/c.strings/version_cwctype.pass.cpp20
5 files changed, 0 insertions, 102 deletions
diff --git a/libcxx/test/std/strings/c.strings/version_cctype.pass.cpp b/libcxx/test/std/strings/c.strings/version_cctype.pass.cpp
deleted file mode 100644
index e0919d9d27b..00000000000
--- a/libcxx/test/std/strings/c.strings/version_cctype.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.
-//
-//===----------------------------------------------------------------------===//
-
-// <cctype>
-
-#include <cctype>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/strings/c.strings/version_cstring.pass.cpp b/libcxx/test/std/strings/c.strings/version_cstring.pass.cpp
deleted file mode 100644
index 87e705aec4c..00000000000
--- a/libcxx/test/std/strings/c.strings/version_cstring.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.
-//
-//===----------------------------------------------------------------------===//
-
-// <cstring>
-
-#include <cstring>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/strings/c.strings/version_cuchar.pass.cpp b/libcxx/test/std/strings/c.strings/version_cuchar.pass.cpp
deleted file mode 100644
index dcfdcc37ac7..00000000000
--- a/libcxx/test/std/strings/c.strings/version_cuchar.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.
-//
-//===----------------------------------------------------------------------===//
-//
-// XFAIL: *
-
-// <cuchar>
-
-#include <cuchar>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/strings/c.strings/version_cwchar.pass.cpp b/libcxx/test/std/strings/c.strings/version_cwchar.pass.cpp
deleted file mode 100644
index 72e9855c54e..00000000000
--- a/libcxx/test/std/strings/c.strings/version_cwchar.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.
-//
-//===----------------------------------------------------------------------===//
-
-// <cwchar>
-
-#include <cwchar>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
diff --git a/libcxx/test/std/strings/c.strings/version_cwctype.pass.cpp b/libcxx/test/std/strings/c.strings/version_cwctype.pass.cpp
deleted file mode 100644
index 461482abe76..00000000000
--- a/libcxx/test/std/strings/c.strings/version_cwctype.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.
-//
-//===----------------------------------------------------------------------===//
-
-// <cwctype>
-
-#include <cwctype>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
-}
OpenPOWER on IntegriCloud