This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 7a7fe6a338482da996a6644dea817c876bc7ad5a
Author: Josh Tynjala <[email protected]>
AuthorDate: Fri Jun 28 09:32:24 2024 -0700

    compiler: Maven build was excluding some tests that don't need to be 
excluded
---
 compiler/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/pom.xml b/compiler/pom.xml
index 6f2fc38df..cd9540512 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -467,7 +467,6 @@
             <include>**/*Tests.java</include>
           </includes>
           <excludes>
-            <exclude>as/**/*Tests.java</exclude>
             <exclude>f/**</exclude>
             <exclude>mxml/tags/**</exclude>
             <exclude>properties/**</exclude>

Reply via email to