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

Unified Diff: tests/standalone/pow_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/standalone/pow_test.dart
diff --git a/tests/standalone/pow_test.dart b/tests/standalone/pow_test.dart
index 575eb08d9eff91205acd6ce7ad5eef11641acb0c..f73f63bd4fde1a15b56f9fbc71932967d8198906 100644
--- a/tests/standalone/pow_test.dart
+++ b/tests/standalone/pow_test.dart
@@ -9,8 +9,7 @@ library pow_test;
import "package:expect/expect.dart";
import 'dart:math';
-var expectedResults =
-[
+var expectedResults = [
1,
2,
4,
@@ -81,7 +80,6 @@ var expectedResults =
147573952589676412928
];
-
void main() {
int exp = 0;
for (int val in expectedResults) {

Powered by Google App Engine
This is Rietveld 408576698