Remove unnecesasry comment markers.

llvm-svn: 351635
This commit is contained in:
Chandler Carruth 2019-01-19 07:02:23 +00:00
parent 4a50956c07
commit d6317d22a9
1 changed files with 8 additions and 8 deletions

View File

@ -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