| Index: dart/tests/lib/math/pi_test.dart
|
| diff --git a/dart/tests/lib/math/pi_test.dart b/dart/tests/lib/math/pi_test.dart
|
| index 33f74cf9797e5fa5fb51c1385fe6769993eb0013..0c2cfd885c516b3be8bca13d66968910ccd6e7df 100644
|
| --- a/dart/tests/lib/math/pi_test.dart
|
| +++ b/dart/tests/lib/math/pi_test.dart
|
| @@ -6,9 +6,9 @@
|
| // simulation.
|
|
|
| // Library tag to allow Dartium to run the test.
|
| -library pi_test;
|
| +#library("pi_test.dart");
|
|
|
| -import "dart:math";
|
| +#import("dart:math");
|
|
|
| void main() {
|
| var seed = new Random().nextInt((1<<32) - 1);
|
|
|