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

Unified Diff: tests/language/truncdiv_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/truncdiv_test.dart
diff --git a/tests/language/truncdiv_test.dart b/tests/language/truncdiv_test.dart
index 5bbcf10f6d47177d73a55b2882f90665a89510c6..86880416ff09bcb697a3687e67d824fb8336b2e5 100644
--- a/tests/language/truncdiv_test.dart
+++ b/tests/language/truncdiv_test.dart
@@ -6,7 +6,6 @@
import "package:expect/expect.dart";
-
main() {
for (int i = -30; i < 30; i++) {
Expect.equals(i % 9, foo(i, 9));
@@ -32,4 +31,4 @@ foo2(i) {
x = i;
}
return i ~/ x;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698