Index: tools/testing/dart/test_configurations.dart |
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart |
index 8944af89200a712423cae6161fd80bc9da63a0b4..1592b0cbb5bd56b3ea8f9663fe3021a0e8c02b0a 100644 |
--- a/tools/testing/dart/test_configurations.dart |
+++ b/tools/testing/dart/test_configurations.dart |
@@ -270,7 +270,7 @@ Future testConfigurations(List<Map> configurations) async { |
eventListener.add(new TestOutcomeLogWriter()); |
} |
if (firstConf['copy_coredumps']) { |
- eventListener.add(new UnexpectedCrashDumpArchiver()); |
+ eventListener.add(new UnexpectedCrashLogger()); |
} |
// The only progress indicator when listing tests should be the |