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 93fd58d3877cb6dda0418ec10d70f29df1580a89
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Jan 31 15:26:58 2024 -0800

    build.xml: fix bad reference to integration.tests.sdk in compiler-jx
---
 build.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.xml b/build.xml
index 0e57eecab..76384abc0 100644
--- a/build.xml
+++ b/build.xml
@@ -853,7 +853,6 @@
 
     <target name="sdk.dependent.tests" >
         <ant dir="compiler/src/test" target="sdk.dependent.tests" />
-        <ant dir="compiler-jx/src/test" target="integration.tests.sdk" />
     </target>
     <target name="royale.dependent.tests" >
         <ant dir="compiler-jx/src/test" target="integration.tests.asjs" />

Reply via email to