| Index: tests/corelib/math_parse_double_test.dart
|
| diff --git a/tests/corelib/math_parse_double_test.dart b/tests/corelib/math_parse_double_test.dart
|
| index 5267714ab3e28b08a1a788e011ed51380429b825..f8bd1995062aaf864bfbaf784c025d501c3b2f91 100644
|
| --- a/tests/corelib/math_parse_double_test.dart
|
| +++ b/tests/corelib/math_parse_double_test.dart
|
| @@ -5,6 +5,7 @@
|
| // We temporarily test both the new math library and the old Math
|
| // class. This can easily be simplified once we get rid of the Math
|
| // class entirely.
|
| +#library('math_parse_double_test');
|
| #import('dart:math', prefix: 'math');
|
|
|
| double parseDouble(String string) {
|
|
|