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

Unified Diff: tests/corelib_strong/unicode_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/corelib_strong/unicode_test.dart
diff --git a/tests/corelib_strong/unicode_test.dart b/tests/corelib_strong/unicode_test.dart
index 32cddb50f3f368f3eaa4affa6b0dd6aa1183a9da..8b02913158930c400f52fb190ef12280105b60a0 100644
--- a/tests/corelib_strong/unicode_test.dart
+++ b/tests/corelib_strong/unicode_test.dart
@@ -5,10 +5,8 @@
import "package:expect/expect.dart";
class UnicodeTest {
-
static testMain() {
- var lowerStrasse =
- new String.fromCharCodes([115, 116, 114, 97, 223, 101]);
+ var lowerStrasse = new String.fromCharCodes([115, 116, 114, 97, 223, 101]);
Expect.equals("STRASSE", lowerStrasse.toUpperCase());
}
}

Powered by Google App Engine
This is Rietveld 408576698