You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/02/28 10:48:06 UTC

[09/50] git commit: [flex-falcon] [refs/heads/maven] - A weird character was between 'ArgumentError' and the equals sign, causing the test to fail... And no, I don't consider a space a weird character ; -)

A weird character was between 'ArgumentError' and the equals sign, causing the test to fail... And no, I don't consider a space a weird character ;-)

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/c3557a5f
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/c3557a5f
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/c3557a5f

Branch: refs/heads/maven
Commit: c3557a5fc94826e25cbb203666317ef744898c84
Parents: 7dbe7e7
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 29 09:19:26 2013 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 29 09:19:26 2013 +0100

----------------------------------------------------------------------
 compiler.jx.tests/test-files/goog/files/input.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c3557a5f/compiler.jx.tests/test-files/goog/files/input.as
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/test-files/goog/files/input.as b/compiler.jx.tests/test-files/goog/files/input.as
index 1e3aa01..7dce8fc 100644
--- a/compiler.jx.tests/test-files/goog/files/input.as
+++ b/compiler.jx.tests/test-files/goog/files/input.as
@@ -14,7 +14,7 @@ public dynamic class A extends spark.components.Button implements IEventDispatch
 		trace(typeof "a");
 	}
 	
-	private var _a:ArgumentErrorĀ = new ArgumentError();
+	private var _a:ArgumentError = new ArgumentError();
 
 	public const MY_INSTANCE_CONST:String = "myInstanceConst";
 }