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

Unified Diff: tests/corelib_strong/num_parse_test.dart

Issue 2774783002: Re-land "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
« no previous file with comments | « tests/corelib_strong/list_test.dart ('k') | tests/corelib_strong/symbol_operator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_strong/num_parse_test.dart
diff --git a/tests/corelib_strong/num_parse_test.dart b/tests/corelib_strong/num_parse_test.dart
index 15cbcadf578aa0b6d1608dd01434bb7d2e08207f..33f1d8ac0c3f1fa4d2fbdbbd036175f02b6a9627 100644
--- a/tests/corelib_strong/num_parse_test.dart
+++ b/tests/corelib_strong/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);
« no previous file with comments | « tests/corelib_strong/list_test.dart ('k') | tests/corelib_strong/symbol_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698