| Index: tests/compiler/dart2js/sourcemaps/diff.dart
|
| diff --git a/tests/compiler/dart2js/sourcemaps/diff.dart b/tests/compiler/dart2js/sourcemaps/diff.dart
|
| index 7505892879b7f86bd67e3a519048c82504685e47..9627b3c14e7035a604a9665c39331ee145cfc1f3 100644
|
| --- a/tests/compiler/dart2js/sourcemaps/diff.dart
|
| +++ b/tests/compiler/dart2js/sourcemaps/diff.dart
|
| @@ -11,11 +11,7 @@ import 'output_structure.dart';
|
| import 'sourcemap_helper.dart';
|
| import 'sourcemap_html_helper.dart';
|
|
|
| -enum DiffKind {
|
| - UNMATCHED,
|
| - MATCHING,
|
| - IDENTICAL,
|
| -}
|
| +enum DiffKind { UNMATCHED, MATCHING, IDENTICAL, }
|
|
|
| /// Id for an output column.
|
| class DiffColumn {
|
|
|