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

Unified Diff: tests/corelib/num_parse_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 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/num_parse_test.dart
diff --git a/tests/corelib/num_parse_test.dart b/tests/corelib/num_parse_test.dart
index 15cbcadf578aa0b6d1608dd01434bb7d2e08207f..33f1d8ac0c3f1fa4d2fbdbbd036175f02b6a9627 100644
--- a/tests/corelib/num_parse_test.dart
+++ b/tests/corelib/num_parse_test.dart
@@ -130,14 +130,14 @@ void main() {
testInt(99);
testInt(100);
testIntAround(256);
- testIntAround(0x80000000); // 2^31
- testIntAround(0x100000000); // 2^32
- testIntAround(0x10000000000000); // 2^52
- testIntAround(0x20000000000000); // 2^53
- testIntAround(0x40000000000000); // 2^54
- testIntAround(0x8000000000000000); // 2^63
- testIntAround(0x10000000000000000); // 2^64
- testIntAround(0x100000000000000000000); // 2^80
+ testIntAround(0x80000000); // 2^31
+ testIntAround(0x100000000); // 2^32
+ testIntAround(0x10000000000000); // 2^52
+ testIntAround(0x20000000000000); // 2^53
+ testIntAround(0x40000000000000); // 2^54
+ testIntAround(0x8000000000000000); // 2^63
+ testIntAround(0x10000000000000000); // 2^64
+ testIntAround(0x100000000000000000000); // 2^80
testDouble(0.0);
testDouble(5e-324);

Powered by Google App Engine
This is Rietveld 408576698