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

Unified Diff: tests/corelib_strong/int_modulo_arith_test.dart

Issue 2765693002: Update all tests (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_strong/int_modulo_arith_test.dart
diff --git a/tests/corelib_strong/int_modulo_arith_test.dart b/tests/corelib_strong/int_modulo_arith_test.dart
index 9d5b9eb96ec9cca1019e3393c25d0933318c7eca..205609d304e4a3a7ae8cba3d5421efebdb76ce77 100644
--- a/tests/corelib_strong/int_modulo_arith_test.dart
+++ b/tests/corelib_strong/int_modulo_arith_test.dart
@@ -118,7 +118,7 @@ testModInverse() {
test(137, smallNumber, 856087223);
test(mediumNumber, 137, 77);
test(137, mediumNumber, 540686667207353);
- test(bigNumber, 137, 128); /// bignum: ok
+ test(bigNumber, 137, 128); //# bignum: ok
// Bigger numbers as modulo is tested in big_integer_arith_vm_test.dart.
// Big doubles are not co-prime, so there is nothing to test for dart2js.
}
@@ -203,7 +203,7 @@ testGcd() {
}
main() {
- testModPow(); /// modPow: ok
+ testModPow(); //# modPow: ok
testModInverse();
testGcd();
}

Powered by Google App Engine
This is Rietveld 408576698