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

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


The following commit(s) were added to refs/heads/release/0.9.0 by this push:
     new a1cdc75  fix classname
a1cdc75 is described below

commit a1cdc75ba2c4a2891bf27cafe09482a66771ac71
Author: Alex Harui <[email protected]>
AuthorDate: Wed Jan 3 20:56:54 2018 -0800

    fix classname
---
 compiler/src/test/java/aa/AAAMavenTestExternc.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/src/test/java/aa/AAAMavenTestExternc.java 
b/compiler/src/test/java/aa/AAAMavenTestExternc.java
index b9600b3..66b1e60 100644
--- a/compiler/src/test/java/aa/AAAMavenTestExternc.java
+++ b/compiler/src/test/java/aa/AAAMavenTestExternc.java
@@ -50,11 +50,11 @@ import org.junit.Test;
  * Base class for AS feature tests which compile AS code with MXMLC and run it 
in the standalone Flash Player.
  * Copied and modified from MXMLFeatureTestsBase.java
  */
-public class AAAMavenTestExternC
+public class AAAMavenTestExternc
 {
        private static boolean generateResultFile = false;
        
-       public AAAMavenTestExternC()
+       public AAAMavenTestExternc()
        {
        }
        

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to