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

Unified Diff: tests/language/double_to_string_as_exponential2_test.dart

Issue 11817028: Random fixes discovered when looking through CL 11824035. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More fixes. Created 7 years, 11 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/language/double_to_string_as_exponential2_test.dart
diff --git a/tests/language/double_to_string_as_exponential2_test.dart b/tests/language/double_to_string_as_exponential2_test.dart
index d9fa1a1abd4330f03a466d47265e1f73811ba362..9c085a463b4f93cc52d2c2ca089e9c593c2cce7b 100644
--- a/tests/language/double_to_string_as_exponential2_test.dart
+++ b/tests/language/double_to_string_as_exponential2_test.dart
@@ -4,7 +4,6 @@
// Test basic integer operations.
main() {
- // TODO(floitsch): verify that returned exception is correct type.
Expect.throws(() => (1.0).toStringAsExponential(-1),
(e) => e is RangeError);
Expect.throws(() => (1.0).toStringAsExponential(21),

Powered by Google App Engine
This is Rietveld 408576698