summaryrefslogtreecommitdiff
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
commitb302e96a4aae7d653bc17520c6d9be00ca87070a (patch)
treef9ea79e84f4d0129694b04557ab9a81db64fd04b
parent28f052124ca3dc19a0e4e27bbee5c240bbbeb25d (diff)
Remove unnecesasry comment markers.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@351635 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xtest/testit16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/testit b/test/testit
index ac52f05..a41b691 100755
--- a/test/testit
+++ b/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