gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11183: Minor change to as3compile.a


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11183: Minor change to as3compile.all testsuite.
Date: Mon, 29 Jun 2009 16:18:29 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11183
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Mon 2009-06-29 16:18:29 +0200
message:
  Minor change to as3compile.all testsuite.
modified:
  testsuite/as3compile.all/dejagnu.as
    ------------------------------------------------------------
    revno: 11179.1.8
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Mon 2009-06-29 16:16:42 +0200
    message:
      Drop things from Dejagnu now that it only has static methods.
    modified:
      testsuite/as3compile.all/dejagnu.as
=== modified file 'testsuite/as3compile.all/dejagnu.as'
--- a/testsuite/as3compile.all/dejagnu.as       2009-06-16 06:35:15 +0000
+++ b/testsuite/as3compile.all/dejagnu.as       2009-06-29 14:16:42 +0000
@@ -30,12 +30,6 @@
         private static var unresolve = 0;
         private static var tf:TextField = new TextField();
         
-        public static function Dejagnu(o) {
-            tf.autoSize = TextFieldAutoSize.LEFT;
-            addChild(tf);
-            o.addChild(this);
-        } 
-       
         public static function fail (why) {
             failed++;
             var msg = 'FAILED: '+why;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]