Fix path to Swift test files.

This commit is contained in:
Ewan Mellor 2016-11-06 16:58:53 -08:00 committed by parrt
parent a641c69fc6
commit c024166dfa
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
</os>
</activation>
<properties>
<antlr.tests.swift>**/Swift/Test*.java</antlr.tests.swift>
<antlr.tests.swift>**/swift/Test*.java</antlr.tests.swift>
</properties>
</profile>