Skip to content

Commit

Permalink
(testsuite) Avoid complete-ant-cmd.pl errors with our build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 21, 2014
1 parent 3cdcfde commit 14be62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/ant/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<!-- ... -->
</target>

<target foo="bar" name="init"></target>
<target description="bar" name="init"></target>
<target
foo="bar"
description="bar"
name='bashcomp' >
<!-- ... -->
</target>
Expand Down

0 comments on commit 14be62a

Please sign in to comment.