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

Unified Diff: tests/language/number_constant_folding1_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/number_constant_folding1_test.dart
diff --git a/tests/language/number_constant_folding1_test.dart b/tests/language/number_constant_folding1_test.dart
index dfcba75b55cbdb0f094e308341dbafd08fb4538b..8ee351ca69a2b0f8a53f6e105971fc5b784fee69 100644
--- a/tests/language/number_constant_folding1_test.dart
+++ b/tests/language/number_constant_folding1_test.dart
@@ -7,7 +7,6 @@ import "package:expect/expect.dart";
// On frogsh constant folded hex literals of large magnitude were truncated on
// constant folding - Issue 636 is 'fixed', remaining concerns at Issue 638.
-
highDigitTruncationTest() {
Expect.equals(0x12345678A, 0x123456789 + 1);
@@ -26,7 +25,6 @@ highDigitTruncationTest() {
Expect.equals(0xffffffffff0, 0xffffffffff * 16);
}
-
main() {
highDigitTruncationTest();
}

Powered by Google App Engine
This is Rietveld 408576698