summaryrefslogtreecommitdiff
path: root/test/std/strings/basic.string.literals/literal3.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/strings/basic.string.literals/literal3.pass.cpp')
-rw-r--r--test/std/strings/basic.string.literals/literal3.pass.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/std/strings/basic.string.literals/literal3.pass.cpp b/test/std/strings/basic.string.literals/literal3.pass.cpp
deleted file mode 100644
index d6e8c8f88ecd1..0000000000000
--- a/test/std/strings/basic.string.literals/literal3.pass.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- C++ -*-
-//===----------------------------------------------------------------------===//
-//
-// 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: c++98, c++03, c++11
-
-#include <string>
-#include <cassert>
-
-int main()
-{
- using namespace std;
-
- string foo = ""s;
-}