Remove unnecesasry comment markers.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@351635 91177308-0d34-0410-b5e6-96231b3b80d8
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