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 <[email protected]>
Authored: Tue Apr 12 09:51:11 2016 -0700
Committer: Alex Harui <[email protected]>
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 />');
 };
 
 

Reply via email to