| Index: dart/pkg/fixnum/test/int_64_test.dart
|
| diff --git a/dart/pkg/fixnum/test/int_64_test.dart b/dart/pkg/fixnum/test/int_64_test.dart
|
| index d710dec49008fb1c8b6dbce503cf3a8585d686e5..a73f2a934918926423812884f7c3ba61788ae07c 100644
|
| --- a/dart/pkg/fixnum/test/int_64_test.dart
|
| +++ b/dart/pkg/fixnum/test/int_64_test.dart
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library int64test;
|
| -import '../fixnum.dart';
|
| +#library('int64test');
|
| +#import('../fixnum.dart');
|
|
|
| void main() {
|
| testAdditive();
|
|
|