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

Unified Diff: tests/corelib/nan_infinity_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/nan_infinity_test.dart
diff --git a/tests/corelib/nan_infinity_test.dart b/tests/corelib/nan_infinity_test.dart
index 6957b058b4c19c31785ff4fba08aafbbb9965035..24e7827ecf43891585718a4dac9b15ca8a468daf 100644
--- a/tests/corelib/nan_infinity_test.dart
+++ b/tests/corelib/nan_infinity_test.dart
@@ -48,7 +48,7 @@ void main() {
Expect.equals("-Infinity", double.NEGATIVE_INFINITY.toString());
// Test identities.
- Expect.isTrue(identical(double.NAN, double.NAN)); /// 01: ok
+ Expect.isTrue(identical(double.NAN, double.NAN)); //# 01: ok
Expect.isTrue(identical(double.INFINITY, double.INFINITY));
Expect.isTrue(identical(double.NEGATIVE_INFINITY, double.NEGATIVE_INFINITY));
Expect.isFalse(identical(double.NAN, double.INFINITY));

Powered by Google App Engine
This is Rietveld 408576698