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

Unified Diff: tests/language/context_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/language/context_test.dart
diff --git a/tests/language/context_test.dart b/tests/language/context_test.dart
index 2cff4046f171ec57fc13b449ad49c1eae778b80a..f2b96b124ee6697027e731c279f92d5b98b3fbfd 100644
--- a/tests/language/context_test.dart
+++ b/tests/language/context_test.dart
@@ -12,7 +12,10 @@ class ContextTest {
static void testMain() {
int x = 42;
- bar() { return x; }
+ bar() {
+ return x;
+ }
+
x++;
Expect.equals(43, foo(bar));
}

Powered by Google App Engine
This is Rietveld 408576698