summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings/basic.string/string.modifiers/string::assign
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/strings/basic.string/string.modifiers/string::assign')
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/initializer_list.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/iterator.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer_size.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/rv_string.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/size_char.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/string.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::assign/string_size_size.pass.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/initializer_list.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/initializer_list.pass.cpp
index 61bab9c54e2..f590e55e481 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/initializer_list.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/initializer_list.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/iterator.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/iterator.pass.cpp
index b305674141e..b40e2a703c2 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/iterator.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/iterator.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer.pass.cpp
index 62c1ce395ff..4ffc766f82f 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer_size.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer_size.pass.cpp
index 7e90b241be1..9d8ddfce42f 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/pointer_size.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/rv_string.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/rv_string.pass.cpp
index e62152c5f95..fae6895fbce 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/rv_string.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/rv_string.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/size_char.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/size_char.pass.cpp
index eb4eaadf2fe..3c9247fdd32 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/size_char.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/size_char.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/string.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/string.pass.cpp
index d9dccb3f791..93fb5fecff4 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/string.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/string.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::assign/string_size_size.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::assign/string_size_size.pass.cpp
index d5bfc390aeb..a20e86b4e79 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::assign/string_size_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::assign/string_size_size.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
OpenPOWER on IntegriCloud