| Index: tests/corelib/math_test.dart
|
| diff --git a/tests/corelib/math_test.dart b/tests/corelib/math_test.dart
|
| index d0af74b331ba7d63c55a10dc3e4533d7f9a9888d..a7b8d5bf1f525c7d62900d305ce445345464ddbd 100644
|
| --- a/tests/corelib/math_test.dart
|
| +++ b/tests/corelib/math_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_test');
|
| #import('dart:math', prefix: 'math');
|
|
|
| class MathTest {
|
|
|