| Index: tests/language/math_vm_test.dart
|
| diff --git a/tests/language/math_vm_test.dart b/tests/language/math_vm_test.dart
|
| index da304b6ba3036dd7a55c49de43d9e201c6e0cd60..afc975caf3227c50c2d0620da9423b0bfef5776a 100644
|
| --- a/tests/language/math_vm_test.dart
|
| +++ b/tests/language/math_vm_test.dart
|
| @@ -4,6 +4,8 @@
|
| // Tests that the VM does not crash on weird corner cases of class Math.
|
| // VMOptions=--optimization_counter_threshold=100
|
|
|
| +#library('math_vm_test');
|
| +
|
| #import('dart:math');
|
|
|
| class FakeNumber {
|
|
|