[libcxxabi] r351635 - Remove unnecesasry comment markers.

Chandler Carruth chandlerc at gmail.com
Fri Jan 18 23:02:23 PST 2019


Author: chandlerc
Date: Fri Jan 18 23:02:23 2019
New Revision: 351635

URL: http://llvm.org/viewvc/llvm-project?rev=351635&view=rev
Log:
Remove unnecesasry comment markers.

Modified:
    libcxxabi/trunk/test/testit

Modified: libcxxabi/trunk/test/testit
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/testit?rev=351635&r1=351634&r2=351635&view=diff
==============================================================================
--- libcxxabi/trunk/test/testit (original)
+++ libcxxabi/trunk/test/testit Fri Jan 18 23:02:23 2019
@@ -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




More information about the libcxx-commits mailing list