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

Side by Side Diff: packages/dart_style/test/regression/0300/0383.unit

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
(Empty)
1 >>>
2 class MummyMatchers {
3 MummyMatchers([List<ResultPublisher> publishers]) : publishers = publishers !=
4 null ? publishers : defaultPublishers.add(unittestPublisher);
5 }
6 <<<
7 class MummyMatchers {
8 MummyMatchers([List<ResultPublisher> publishers])
9 : publishers = publishers != null
10 ? publishers
11 : defaultPublishers.add(unittestPublisher);
12 }
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0300/0381.unit ('k') | packages/dart_style/test/regression/0300/0384.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698