diff options
-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 ac52f05c162..a41b6916e39 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 |