Index: pkg/unittest/lib/src/config.dart |
diff --git a/pkg/unittest/lib/src/config.dart b/pkg/unittest/lib/src/config.dart |
index 439906445f1dfaaf21eac0ba38d9dd1fa12c10e2..29adfc8744525b71acee0fcb4f750a11e6ea9461 100644 |
--- a/pkg/unittest/lib/src/config.dart |
+++ b/pkg/unittest/lib/src/config.dart |
@@ -158,7 +158,7 @@ class Configuration { |
/** Handle errors that happen outside the tests. */ |
// TODO(vsm): figure out how to expose the stack trace here |
// Currently e.message works in dartium, but not in dartc. |
- handleExternalError(e, String message) => |
+ void handleExternalError(e, String message) => |
_reportTestError('$message\nCaught $e', ''); |
_postMessage(String message) { |