summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings/basic.string/string.modifiers/string::append
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/strings/basic.string/string.modifiers/string::append')
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/initializer_list.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/iterator.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/pointer.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/pointer_size.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/push_back.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/size_char.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/string.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.modifiers/string::append/string_size_size.pass.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/libcxx/test/strings/basic.string/string.modifiers/string::append/initializer_list.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/initializer_list.pass.cpp
index 134f4fffd98..44690d7bcf1 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/initializer_list.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/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::append/iterator.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/iterator.pass.cpp
index e9126a16388..fc2acea4bc1 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/iterator.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/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::append/pointer.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/pointer.pass.cpp
index 4d98a1fcfeb..63a9deb730c 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/pointer.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/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::append/pointer_size.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/pointer_size.pass.cpp
index 4daffe8131a..8aea4b80bd9 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/pointer_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/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::append/push_back.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/push_back.pass.cpp
index da5604ed94d..e552a3c95d0 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/push_back.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/push_back.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::append/size_char.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/size_char.pass.cpp
index c5674609c94..1c9a07ec9cf 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/size_char.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/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::append/string.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/string.pass.cpp
index 1e5623489f9..aa37380415f 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/string.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/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::append/string_size_size.pass.cpp b/libcxx/test/strings/basic.string/string.modifiers/string::append/string_size_size.pass.cpp
index c043fb731ed..25de33e4594 100644
--- a/libcxx/test/strings/basic.string/string.modifiers/string::append/string_size_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.modifiers/string::append/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