| Index: tools/testing/dart/http_server.dart
|
| diff --git a/tools/testing/dart/http_server.dart b/tools/testing/dart/http_server.dart
|
| index 4d676c02721b8a222ffb41016c9353e79ad706dc..a1e6c4d76c98ef154e4e7de2f566e1fa8c80a669 100644
|
| --- a/tools/testing/dart/http_server.dart
|
| +++ b/tools/testing/dart/http_server.dart
|
| @@ -387,7 +387,7 @@ class TestingServers {
|
| }
|
|
|
| // Helper class for displaying directory listings.
|
| -class _Entry {
|
| +class _Entry implements Comparable {
|
| final String name;
|
| final String displayName;
|
|
|
|
|