diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 07:02:23 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 07:02:23 +0000 |
commit | d6317d22a92d596731b1dd9d4a8010879f3e43d9 (patch) | |
tree | f989aff71921908c6b3d3b36989afa3fd8a897d1 | |
parent | 4a50956c0788ef01ac6de478cf804e483f346b72 (diff) | |
download | llvm-d6317d22a92d596731b1dd9d4a8010879f3e43d9.zip llvm-d6317d22a92d596731b1dd9d4a8010879f3e43d9.tar.gz llvm-d6317d22a92d596731b1dd9d4a8010879f3e43d9.tar.bz2 |
Remove unnecesasry comment markers.
llvm-svn: 351635
-rwxr-xr-x | libcxxabi/test/testit | 16 |
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 |