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

Unified Diff: tests/corelib/nan_infinity_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments 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..96088575bf5f1a563c3eb7e45c6401e856d0fb5c 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