Index: tools/testing/dart/utils.dart |
diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart |
index 1c54b23a609c3f60fa35bc8e49bb7666eb961aaa..e857fb222f12f97692f9740566ef9b300d098196 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; |
} |