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

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


The following commit(s) were added to refs/heads/develop by this push:
     new e91658a  missed a test
e91658a is described below

commit e91658a07e4e97ebd8e44e8722e910eb926d0ca1
Author: Alex Harui <[email protected]>
AuthorDate: Mon Feb 24 09:02:26 2020 -0800

    missed a test
---
 .../internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
index 6a4435b..67e37e7 100644
--- 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
+++ 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
@@ -2127,7 +2127,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                                "      '$ID0',\n" +
                                "      'labelFunction',\n" +
                                "      true,\n" +
-                               "      
org.apache.royale.utils.Language.closure(this.AppName_fn_test, this, 
'__org.apache.royale.utils.Language.closure__fn_test'),\n" +
+                               "      
org.apache.royale.utils.Language.closure(this.AppName_fn_test, this, 
'AppName_fn_test'),\n" +
                                "      0,\n" +
                                "      0,\n" +
                                "      null\n" +

Reply via email to