summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/containers/sequences/container.adaptors/queue/queue.defn')
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/assign_copy.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/assign_move.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/back.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/back_const.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/emplace.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/empty.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front_const.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/pop.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/push.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/push_rv.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/size.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/swap.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/types.pass.cpp2
14 files changed, 14 insertions, 14 deletions
diff --git a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/assign_copy.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/assign_copy.pass.cpp
index 0d3cb3e7a5d..cdb87a5bfe0 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/assign_copy.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/assign_move.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/assign_move.pass.cpp
index bae8db1e319..fd98b275409 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/assign_move.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/back.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/back.pass.cpp
index 55e28bb7b35..60f3e2cb236 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/back.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/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/containers/sequences/container.adaptors/queue/queue.defn/back_const.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/back_const.pass.cpp
index fc39b6bb9e7..48240bc32e6 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/back_const.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/back_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/queue/queue.defn/emplace.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/emplace.pass.cpp
index 115887502f7..0d6451cafaf 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/emplace.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/empty.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/empty.pass.cpp
index a59ef7c8fb6..200754d345d 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/empty.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/front.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front.pass.cpp
index 0f57001ed84..15712f51849 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front.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/queue/queue.defn/front_const.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front_const.pass.cpp
index b3e1b560bcd..114241282c8 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front_const.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/front_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/queue/queue.defn/pop.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/pop.pass.cpp
index df32f893e40..90533dfc4c3 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/pop.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/push.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/push.pass.cpp
index 4a0b6507c94..46bcd117c3c 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/push.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/push_rv.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/push_rv.pass.cpp
index 356410ef944..bc6bce0a0ab 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/push_rv.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/size.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/size.pass.cpp
index 9d584458ef2..5b42a80643f 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/size.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/swap.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/swap.pass.cpp
index c22092114ff..d7846af6da6 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/swap.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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/queue/queue.defn/types.pass.cpp b/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/types.pass.cpp
index 8e3aaecb52d..28d64b2a3aa 100644
--- a/libcxx/test/containers/sequences/container.adaptors/queue/queue.defn/types.pass.cpp
+++ b/libcxx/test/containers/sequences/container.adaptors/queue/queue.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