Skip to content

Commit d6317d2

Browse files
committed
Remove unnecesasry comment markers.
llvm-svn: 351635
1 parent 4a50956 commit d6317d2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libcxxabi/test/testit

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
2-
# //===--------------------------- testit ---------------------------------===//
3-
# //
4-
# // The LLVM Compiler Infrastructure
5-
# //
6-
# // This file is distributed under the University of Illinois Open Source
7-
# // License. See LICENSE.TXT for details.
8-
# //
9-
# //===--------------------------------------------------------------------===//
2+
#===------------------------------ testit ----------------------------------===#
3+
#
4+
# The LLVM Compiler Infrastructure
5+
#
6+
# This file is distributed under the University of Illinois Open Source
7+
# License. See LICENSE.TXT for details.
8+
#
9+
#===------------------------------------------------------------------------===#
1010

1111
if [ -z "$CC" ]
1212
then

0 commit comments

Comments
 (0)