~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to haxe/std/haxe/unit/TestRunner.hx

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2010-01-31 23:08:43 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100131230843-1cxte2x20ypk9c25
Tags: 1:2.5-1
New upstream version, taken from new upstream subversion repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                        __dollar__print(v);
65
65
                #elseif php
66
66
                        php.Lib.print(v);
 
67
                #elseif cpp
 
68
                        cpp.Lib.print(v);
67
69
                #elseif js
68
70
                        var msg = StringTools.htmlEscape(js.Boot.__string_rec(v,"")).split("\n").join("<br/>");
69
71
                        var d = document.getElementById("haxe:trace");