Chromium Code Reviews| Index: tests/corelib/big_integer_vm_test.dart |
| =================================================================== |
| --- tests/corelib/big_integer_vm_test.dart (revision 40886) |
| +++ tests/corelib/big_integer_vm_test.dart (working copy) |
| @@ -1660,4 +1660,5 @@ |
| var b = 10000000000000000001; |
| Expect.equals(false, a.hashCode == b.hashCode); |
| Expect.equals(true, a.hashCode == (b - 1).hashCode); |
| + // TODO(regis): Add a test for modPow once it is public. |
| } |