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

Unified Diff: tests/corelib_strong/num_parse_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
« no previous file with comments | « tests/corelib_strong/nan_infinity_test.dart ('k') | tests/corelib_strong/print_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 e3c0a7034e3c089e4735f17468fc48f590c35b03..15cbcadf578aa0b6d1608dd01434bb7d2e08207f 100644
--- a/tests/corelib_strong/num_parse_test.dart
+++ b/tests/corelib_strong/num_parse_test.dart
@@ -157,7 +157,7 @@ void main() {
testDouble(9007199254740992.0);
testDouble(1.7976931348623157e+308);
testDouble(double.INFINITY);
- testDouble(double.NAN); // /// 01: ok
+ testDouble(double.NAN); // //# 01: ok
// Strings that cannot occur from toString of a number.
testParse("000000000000", 0);
« no previous file with comments | « tests/corelib_strong/nan_infinity_test.dart ('k') | tests/corelib_strong/print_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698