summaryrefslogtreecommitdiffstats
path: root/libcxx/test/diagnostics/std.exceptions
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-05-11 21:36:01 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-05-11 21:36:01 +0000
commit5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0 (patch)
tree9e474cfa73c5c4fc9ceafa2f9bb651c8492a3204 /libcxx/test/diagnostics/std.exceptions
parent0547ad38e334146599521e455d0d6f83a117a60e (diff)
downloadbcm5719-llvm-5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0.tar.gz
bcm5719-llvm-5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0.zip
Wiped out some non-ascii characters that snuck into the copyright.
llvm-svn: 103516
Diffstat (limited to 'libcxx/test/diagnostics/std.exceptions')
-rw-r--r--libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp2
-rw-r--r--libcxx/test/diagnostics/std.exceptions/version.pass.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp
index 22ab9a2e61d..4f44642e3e0 100644
--- a/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.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/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp b/libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp
index bfe324a1478..aaa1f6cf025 100644
--- a/libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.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/diagnostics/std.exceptions/length.error/length_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp
index e6f9860871e..945d0d380e7 100644
--- a/libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/length.error/length_error.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/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp
index a66829061a3..be9645f88f2 100644
--- a/libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.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/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp b/libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp
index 1b6a5772f76..6dadf2923ff 100644
--- a/libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.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/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp
index 2d795c36e4e..4e3d420fd24 100644
--- a/libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.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/diagnostics/std.exceptions/range.error/range_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp
index 6b5ce3c79e0..b0cafb01fe9 100644
--- a/libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/range.error/range_error.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/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp
index 9635a3e1f53..fe7050be0a9 100644
--- a/libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.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/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp
index 6d1183b609b..016519658b2 100644
--- a/libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.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/diagnostics/std.exceptions/version.pass.cpp b/libcxx/test/diagnostics/std.exceptions/version.pass.cpp
index 4a813f042e0..922224c14b3 100644
--- a/libcxx/test/diagnostics/std.exceptions/version.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/version.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