| Index: dart/tests/lib/math/coin_test.dart
|
| diff --git a/dart/tests/lib/math/coin_test.dart b/dart/tests/lib/math/coin_test.dart
|
| index 89a6be794fa13d06dcd6c1983f6c853fcbb757b6..3c976ff3f4d00b8a6f28e2d58f6340e0f6d22d51 100644
|
| --- a/dart/tests/lib/math/coin_test.dart
|
| +++ b/dart/tests/lib/math/coin_test.dart
|
| @@ -5,9 +5,9 @@
|
| // Test that a coin toss with Random.nextBool() is fair.
|
|
|
| // Library tag to allow Dartium to run the test.
|
| -library coin_test;
|
| +#library("coin_test");
|
|
|
| -import "dart:math";
|
| +#import("dart:math");
|
|
|
| main() {
|
| var seed = new Random().nextInt((1<<32) - 1);
|
|
|