| Index: pkg/fixnum/test/int_32_test.dart
|
| diff --git a/pkg/fixnum/test/int_32_test.dart b/pkg/fixnum/test/int_32_test.dart
|
| index 9d5cafeea9bae8149fe3720d9135968824482f39..7ea6591582f1548efae11bc2aebb4c992afdc0e1 100644
|
| --- a/pkg/fixnum/test/int_32_test.dart
|
| +++ b/pkg/fixnum/test/int_32_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library int32test;
|
| -import '../fixnum.dart';
|
| +import '../lib/fixnum.dart';
|
|
|
| void main() {
|
| Expect.equals("0", new int32.fromInt(0).toString());
|
|
|