summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/containers/sequences/container.adaptors/stack/stack.defn')
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_copy.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_move.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/emplace.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/empty.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/pop.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push_rv.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/size.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/swap.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top_const.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/types.pass.cpp2
12 files changed, 12 insertions, 12 deletions
diff --git a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_copy.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_copy.pass.cpp
index 00ad5c087f8..1178b5a64e3 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_copy.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_copy.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/containers/sequences/container.adaptors/stack/stack.defn/assign_move.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_move.pass.cpp
index 6025e7b58df..5b52a97ed22 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_move.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/assign_move.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/containers/sequences/container.adaptors/stack/stack.defn/emplace.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/emplace.pass.cpp
index 1a5c107ffba..23ca6f03448 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/emplace.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/emplace.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/containers/sequences/container.adaptors/stack/stack.defn/empty.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/empty.pass.cpp
index 1180204218a..743203eda73 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/empty.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/empty.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/containers/sequences/container.adaptors/stack/stack.defn/pop.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/pop.pass.cpp
index cf62cd4c3d2..8c08e5ef977 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/pop.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/pop.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/containers/sequences/container.adaptors/stack/stack.defn/push.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push.pass.cpp
index 17fc58da8af..5118fc20907 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push.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/containers/sequences/container.adaptors/stack/stack.defn/push_rv.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push_rv.pass.cpp
index 5e9d554fdab..7e075d8a136 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push_rv.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/push_rv.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/containers/sequences/container.adaptors/stack/stack.defn/size.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/size.pass.cpp
index 06d84d6d1e1..ad8402b1ff2 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/size.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/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/containers/sequences/container.adaptors/stack/stack.defn/swap.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/swap.pass.cpp
index f3427b6912c..41941b4af07 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/swap.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/swap.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/containers/sequences/container.adaptors/stack/stack.defn/top.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top.pass.cpp
index 4c71dc15ca7..62afdc90871 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top.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/containers/sequences/container.adaptors/stack/stack.defn/top_const.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top_const.pass.cpp
index 7afceb0a8d5..e86e6c8119c 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top_const.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/top_const.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/containers/sequences/container.adaptors/stack/stack.defn/types.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/types.pass.cpp
index 7c128317524..9ea307a701a 100644
--- a/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/types.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/stack/stack.defn/types.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