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

Unified Diff: test/regression/0100/0162.stmt

Issue 1493553002: Smarter splitting around named collection arguments. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/regression/0100/0108.unit ('k') | test/regression/0200/0243.stmt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/0100/0162.stmt
diff --git a/test/regression/0100/0162.stmt b/test/regression/0100/0162.stmt
index daa92ac13434b20ebca20bdd0953fc21f38f69b5..5936f6f7777fb2bae983009a7a6e3bb2f1c425ae 100644
--- a/test/regression/0100/0162.stmt
+++ b/test/regression/0100/0162.stmt
@@ -28,22 +28,19 @@ void main() {
}
<<<
void main() {
- useGeneratedCode(new StaticConfiguration(
- checkedMode: false,
- parents: {
- smoke_0.A: smoke_1.PolymerElement,
- smoke_0.B: smoke_0.A,
- smoke_0.C: smoke_0.B,
- smoke_0.D: smoke_0.B,
- smoke_0.E: smoke_0.C,
- },
- declarations: {
- smoke_0.A: {},
- smoke_0.B: {},
- smoke_0.C: {},
- smoke_0.D: {},
- smoke_0.E: {},
- }));
+ useGeneratedCode(new StaticConfiguration(checkedMode: false, parents: {
+ smoke_0.A: smoke_1.PolymerElement,
+ smoke_0.B: smoke_0.A,
+ smoke_0.C: smoke_0.B,
+ smoke_0.D: smoke_0.B,
+ smoke_0.E: smoke_0.C,
+ }, declarations: {
+ smoke_0.A: {},
+ smoke_0.B: {},
+ smoke_0.C: {},
+ smoke_0.D: {},
+ smoke_0.E: {},
+ }));
new LogInjector().injectLogsFromUrl('sort_registration_test.html._buildLogs');
configureForDeployment([
() => Polymer.register('x-a', i0.A),
« no previous file with comments | « test/regression/0100/0108.unit ('k') | test/regression/0200/0243.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698