| OLD | NEW |
| 1 { | 1 { |
| 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", |
| 3 "":"for details. All rights reserved. Use of this source code is governed by a", | 3 "":"for details. All rights reserved. Use of this source code is governed by a", |
| 4 "":"BSD-style license that can be found in the LICENSE.md file.", | 4 "":"BSD-style license that can be found in the LICENSE.md file.", |
| 5 "packages": "../../../../.packages", | 5 "packages": "../../../../.packages", |
| 6 "suites": [ | 6 "suites": [ |
| 7 { | 7 { |
| 8 "name": "scanner", | 8 "name": "scanner", |
| 9 "kind": "Chain", | 9 "kind": "Chain", |
| 10 "source": "scanner/scanner_suite.dart", | 10 "source": "scanner/scanner_suite.dart", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "../../lib/src/fasta/kernel", | 112 "../../lib/src/fasta/kernel", |
| 113 "../../lib/src/fasta/parser", | 113 "../../lib/src/fasta/parser", |
| 114 "../../lib/src/fasta/parser/bin", | 114 "../../lib/src/fasta/parser/bin", |
| 115 "../../lib/src/fasta/scanner", | 115 "../../lib/src/fasta/scanner", |
| 116 "../../lib/src/fasta/scanner/bin", | 116 "../../lib/src/fasta/scanner/bin", |
| 117 "../../lib/src/fasta/scanner/testing", | 117 "../../lib/src/fasta/scanner/testing", |
| 118 "../../lib/src/fasta/source", | 118 "../../lib/src/fasta/source", |
| 119 "../../lib/src/fasta/testing", | 119 "../../lib/src/fasta/testing", |
| 120 "../../lib/src/fasta/util", | 120 "../../lib/src/fasta/util", |
| 121 "../../../compiler/lib/src/dart2js.dart", | 121 "../../../compiler/lib/src/dart2js.dart", |
| 122 "../../../compiler/tool", |
| 122 "dart2js_test.dart", | 123 "dart2js_test.dart", |
| 123 "parser/parser_suite.dart", | 124 "parser/parser_suite.dart", |
| 124 "scanner/scanner_suite.dart" | 125 "scanner/scanner_suite.dart" |
| 125 ], | 126 ], |
| 126 "exclude": [ | 127 "exclude": [ |
| 127 "/third_party/pkg/", | 128 "/third_party/pkg/", |
| 128 "/pkg/analyzer/" | 129 "/pkg/analyzer/" |
| 129 ] | 130 ] |
| 130 } | 131 } |
| 131 } | 132 } |
| OLD | NEW |