| Index: test/generated_sdk/lib/math/math.dart
|
| diff --git a/test/generated_sdk/lib/math/math.dart b/test/generated_sdk/lib/math/math.dart
|
| index 9705422e9441489b59961091d59884b29925df15..8ea0713a10f7a015217517e1822e7066b639e4bc 100644
|
| --- a/test/generated_sdk/lib/math/math.dart
|
| +++ b/test/generated_sdk/lib/math/math.dart
|
| @@ -6,13 +6,13 @@
|
| * Mathematical constants and functions, plus a random number generator.
|
| */
|
| library dart.math;
|
| +import 'dart:_foreign_helper' show JS;
|
| +import 'dart:_js_helper' show patch, checkNum;
|
|
|
| part "jenkins_smi_hash.dart";
|
| part "point.dart";
|
| part "random.dart";
|
| part "rectangle.dart";
|
| -import 'dart:_foreign_helper' show JS;
|
| -import 'dart:_js_helper' show patch, checkNum;
|
|
|
| /**
|
| * Base of the natural logarithms.
|
|
|