| Index: tools/testing/dart/utils.dart
 | 
| diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart
 | 
| index a1a8d332894ce4a2762587e2ba2ce4ac27207251..65949b7135e3d3cd558e01a7d548e154796a3f82 100644
 | 
| --- a/tools/testing/dart/utils.dart
 | 
| +++ b/tools/testing/dart/utils.dart
 | 
| @@ -35,9 +35,7 @@ class DebugLogger {
 | 
|      if (error == null) return msg;
 | 
|      msg += ": $error";
 | 
|      // TODO(floitsch): once the dart-executable that is bundled
 | 
| -    // with the Dart sources is updated, uncomment the following
 | 
| -    // lines.
 | 
| -    // var trace = getAttachedStackTrace(error);
 | 
| +    // with the Dart sources is updated, pass a trace parameter too and do:
 | 
|      // if (trace != null) msg += "\nStackTrace: $trace";
 | 
|      return msg;
 | 
|    }
 | 
| 
 |