You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/04/12 18:51:15 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - fix one more test

fix one more test


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

Branch: refs/heads/develop
Commit: 33821939f86c74e15f591badeb8eb76bf4a9df0c
Parents: 11e5390
Author: Alex Harui <ah...@apache.org>
Authored: Tue Apr 12 09:51:11 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Apr 12 09:51:11 2016 -0700

----------------------------------------------------------------------
 .../test-files/flexjs/projects/xml_requires/XMLRequire_result.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/33821939/compiler.jx.tests/test-files/flexjs/projects/xml_requires/XMLRequire_result.js
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/test-files/flexjs/projects/xml_requires/XMLRequire_result.js b/compiler.jx.tests/test-files/flexjs/projects/xml_requires/XMLRequire_result.js
index d6affbe..3f8722a 100644
--- a/compiler.jx.tests/test-files/flexjs/projects/xml_requires/XMLRequire_result.js
+++ b/compiler.jx.tests/test-files/flexjs/projects/xml_requires/XMLRequire_result.js
@@ -31,7 +31,7 @@ goog.require('XML');
  * @constructor
  */
 XMLRequire = function() {
-  var /** @type {XML} */ myXML = new XML( '<node />') ;
+  var /** @type {XML} */ myXML = new XML( '<node />');
 };