Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Side by Side Diff: pkg/front_end/test/fasta/testing.json

Issue 2682113003: Revert "Use ProcedureKind.Operator for operators." (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "../../lib/src/fasta/dill", 114 "../../lib/src/fasta/dill",
115 "../../lib/src/fasta/kernel", 115 "../../lib/src/fasta/kernel",
116 "../../lib/src/fasta/parser", 116 "../../lib/src/fasta/parser",
117 "../../lib/src/fasta/parser/bin", 117 "../../lib/src/fasta/parser/bin",
118 "../../lib/src/fasta/scanner", 118 "../../lib/src/fasta/scanner",
119 "../../lib/src/fasta/scanner/bin", 119 "../../lib/src/fasta/scanner/bin",
120 "../../lib/src/fasta/scanner/testing", 120 "../../lib/src/fasta/scanner/testing",
121 "../../lib/src/fasta/source", 121 "../../lib/src/fasta/source",
122 "../../lib/src/fasta/testing", 122 "../../lib/src/fasta/testing",
123 "../../lib/src/fasta/util", 123 "../../lib/src/fasta/util",
124 "../../../compiler/lib/src/dart2js.dart",
125 "../../../compiler/tool",
124 "dart2js_test.dart", 126 "dart2js_test.dart",
125 "parser/parser_suite.dart", 127 "parser/parser_suite.dart",
126 "scanner/scanner_suite.dart", 128 "scanner/scanner_suite.dart",
127 "compile_test.dart", 129 "compile_test.dart",
128 "dart2js_test.dart", 130 "dart2js_test.dart",
129 "kompile_test.dart", 131 "kompile_test.dart",
130 "outline_test.dart", 132 "outline_test.dart",
131 "sdk_test.dart" 133 "sdk_test.dart"
132 ], 134 ],
133 "exclude": [ 135 "exclude": [
134 "/third_party/pkg/", 136 "/third_party/pkg/",
135 "/pkg/analyzer/" 137 "/pkg/analyzer/"
136 ] 138 ]
137 } 139 }
138 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698