summaryrefslogtreecommitdiff
path: root/test/libcxx/experimental/strings/string.view/version.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libcxx/experimental/strings/string.view/version.pass.cpp')
-rw-r--r--test/libcxx/experimental/strings/string.view/version.pass.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/libcxx/experimental/strings/string.view/version.pass.cpp b/test/libcxx/experimental/strings/string.view/version.pass.cpp
deleted file mode 100644
index 417982e36696f..0000000000000
--- a/test/libcxx/experimental/strings/string.view/version.pass.cpp
+++ /dev/null
@@ -1,21 +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.
-//
-//===----------------------------------------------------------------------===//
-
-// <experimental/string_view>
-
-#ifdef __GNUC__
-#pragma GCC diagnostic ignored "-W#warnings"
-#endif
-#include <experimental/string_view>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main() {}