Updated Branches: refs/heads/develop 7dbe7e70b -> 79391efcd
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 <[email protected]> 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/develop Commit: c3557a5fc94826e25cbb203666317ef744898c84 Parents: 7dbe7e7 Author: Erik de Bruin <[email protected]> Authored: Fri Nov 29 09:19:26 2013 +0100 Committer: Erik de Bruin <[email protected]> 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"; }
