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

Unified Diff: tests/compiler/dart2js_extra/string_interpolation_opt1_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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_extra/string_interpolation_opt1_test.dart
diff --git a/tests/compiler/dart2js_extra/string_interpolation_opt1_test.dart b/tests/compiler/dart2js_extra/string_interpolation_opt1_test.dart
index 329d6330b4115e44b9fbdbb1ce9132e38e0f2bf7..60e92d4abd5df66ad3d31be3dccda832e756726d 100644
--- a/tests/compiler/dart2js_extra/string_interpolation_opt1_test.dart
+++ b/tests/compiler/dart2js_extra/string_interpolation_opt1_test.dart
@@ -27,7 +27,7 @@ spoil(a) {
}
void testString() {
- var a = new List(100); // 'null' values in here are JavaScript undefined.
+ var a = new List(100); // 'null' values in here are JavaScript undefined.
spoil(a);
var s = returnsNullOrString('hi');
var x = a[2];
@@ -39,7 +39,7 @@ void testString() {
}
void testInt() {
- var a = new List(100); // 'null' values in here are JavaScript undefined.
+ var a = new List(100); // 'null' values in here are JavaScript undefined.
spoil(a);
var s = returnsNullOrInt(123);
var x = a[2];

Powered by Google App Engine
This is Rietveld 408576698