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

Unified Diff: tests/corelib_strong/int_modulo_arith_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of 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_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 404a21d86381a8285792ea3ae4eb0b8da5fed6de..9b696f36d3770a5f1fe1550f0c454a8153ee7dbf 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();
}
« no previous file with comments | « tests/corelib_strong/int_from_environment3_test.dart ('k') | tests/corelib_strong/int_parse_radix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698