summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0faa166011..59fe0531a7 100644
--- a/build.xml
+++ b/build.xml
@@ -1598,8 +1598,8 @@ BOOTRAPING TEST AND TEST SUITE
<compilationpath>
<path refid="pack.classpath"/>
</compilationpath>
- <scalachecktests dir="test/scaladoc">
- <include name="*.scala"/>
+ <scalachecktests dir="test/scaladoc/scala">
+ <include name="*.scala"/>
</scalachecktests>
</partest>
</target>