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

Unified Diff: tests/corelib/big_integer_parsed_div_rem_vm_test.dart

Issue 723963006: Specialize _toPow2String for bigint to make it linear instead of quadratic. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 1 month 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/big_integer_parsed_arith_vm_test.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/big_integer_parsed_div_rem_vm_test.dart
===================================================================
--- tests/corelib/big_integer_parsed_div_rem_vm_test.dart (revision 41724)
+++ tests/corelib/big_integer_parsed_div_rem_vm_test.dart (working copy)
@@ -28,7 +28,6 @@
Expect.equals(remainder.toLowerCase(), str_remainder);
}
-
testBigintDivideRemainder() {
String zero = "0x0";
String one = "0x1";
« no previous file with comments | « tests/corelib/big_integer_parsed_arith_vm_test.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698