Index: tests/corelib/num_parse_test.dart |
diff --git a/tests/corelib/num_parse_test.dart b/tests/corelib/num_parse_test.dart |
index 418277847e01ee8ce6e2532a64e22cce06721c5f..e3c0a7034e3c089e4735f17468fc48f590c35b03 100644 |
--- a/tests/corelib/num_parse_test.dart |
+++ b/tests/corelib/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); |