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

Unified Diff: tests/compiler/dart2js/stats_test.dart

Issue 2990223002: Reformat untouched files. (Closed)
Patch Set: Created 3 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: tests/compiler/dart2js/stats_test.dart
diff --git a/tests/compiler/dart2js/stats_test.dart b/tests/compiler/dart2js/stats_test.dart
index 2f30919caae2717233c96ce1cdf89debf241c1d9..5271e129127bf84aefcd4786dc8fadcfb284f9a5 100644
--- a/tests/compiler/dart2js/stats_test.dart
+++ b/tests/compiler/dart2js/stats_test.dart
@@ -28,8 +28,7 @@ void testRecordElement() {
stats.recordElement('foo', 'b');
stats.recordElement('bar', 'a', data: 'third-a-data');
stats.recordElement('bar', 'c');
- },
- r'''
+ }, r'''
foo: 2
value=a data=second-a-data
b
@@ -46,8 +45,7 @@ void testRecordFrequency() {
stats.recordFrequency('bar', 'b', 'first-b-data');
stats.recordFrequency('foo', 'c');
stats.recordFrequency('bar', 'b');
- },
- r'''
+ }, r'''
foo:
a: 2
first-a-data
@@ -70,8 +68,7 @@ void testRecordCounter() {
stats.recordCounter('bar', 'd');
stats.recordCounter('baz');
stats.recordCounter('baz');
- },
- r'''
+ }, r'''
foo: 3
count=2 example=a
count=1 example=b
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart ('k') | tests/compiler/dart2js/subtypeset_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698