Merge branch 'develop' of https://github.com/apache/royale-compiler into develop
diff --git a/build.xml b/build.xml
index 3bfdd65..620b31f 100644
--- a/build.xml
+++ b/build.xml
@@ -152,7 +152,7 @@
         <ant dir="compiler-externc" target="wipe"/>
         <ant dir="compiler-playerglobalc" target="wipe"/>
         <ant dir="compiler" target="wipe"/>
-        <ant dir="compiler/src/tests" target="wipe"/>
+        <ant dir="compiler/src/test" target="wipe"/>
     </target>
     
     <target name="wipe-all" description="Wipes out everything that didn't come from Git.">