| 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),
|
|
|