Index: tests/corelib/double_round_to_double2_test.dart |
diff --git a/tests/corelib/double_round_to_double2_test.dart b/tests/corelib/double_round_to_double2_test.dart |
index e2ed44ad61c50ea5ea6b5da08cfc81cb0fbaa55b..ef8024db0338efc9f1c83ac91d501cfd3cd88be0 100644 |
--- a/tests/corelib/double_round_to_double2_test.dart |
+++ b/tests/corelib/double_round_to_double2_test.dart |
@@ -10,4 +10,4 @@ main() { |
Expect.isTrue(0.49999999999999994.roundToDouble() is double); |
Expect.isTrue((-0.49999999999999994).roundToDouble().isNegative); |
Expect.isTrue((-0.49999999999999994).roundToDouble() is double); |
-} |
+} |