aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2019-01-19 07:02:23 +0000
committerChandler Carruth <chandlerc@gmail.com>2019-01-19 07:02:23 +0000
commitd6317d22a92d596731b1dd9d4a8010879f3e43d9 (patch)
treef989aff71921908c6b3d3b36989afa3fd8a897d1
parent4a50956c0788ef01ac6de478cf804e483f346b72 (diff)
downloadllvm-d6317d22a92d596731b1dd9d4a8010879f3e43d9.zip
llvm-d6317d22a92d596731b1dd9d4a8010879f3e43d9.tar.gz
llvm-d6317d22a92d596731b1dd9d4a8010879f3e43d9.tar.bz2
Remove unnecesasry comment markers.
llvm-svn: 351635
-rwxr-xr-xlibcxxabi/test/testit16
1 files changed, 8 insertions, 8 deletions
diff --git a/libcxxabi/test/testit b/libcxxabi/test/testit
index ac52f05..a41b691 100755
--- a/libcxxabi/test/testit
+++ b/libcxxabi/test/testit
@@ -1,12 +1,12 @@
#!/bin/sh
-# //===--------------------------- testit ---------------------------------===//
-# //
-# // The LLVM Compiler Infrastructure
-# //
-# // This file is distributed under the University of Illinois Open Source
-# // License. See LICENSE.TXT for details.
-# //
-# //===--------------------------------------------------------------------===//
+#===------------------------------ testit ----------------------------------===#
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+#===------------------------------------------------------------------------===#
if [ -z "$CC" ]
then