| Index: dart/pkg/fixnum/test/int_64_vm_test.dart
|
| diff --git a/dart/pkg/fixnum/test/int_64_vm_test.dart b/dart/pkg/fixnum/test/int_64_vm_test.dart
|
| index 1272e70891be46900c18c2ba0fc2ede1f9a6a5b8..22d026a606dae60c63fa0ac68026927b3543c58a 100644
|
| --- a/dart/pkg/fixnum/test/int_64_vm_test.dart
|
| +++ b/dart/pkg/fixnum/test/int_64_vm_test.dart
|
| @@ -4,11 +4,11 @@
|
|
|
| // A test to compare the results of the fixnum library with the Dart VM
|
|
|
| -library int64vmtest;
|
| -import 'dart:math' as Math;
|
| -part '../intx.dart';
|
| -part '../int32.dart';
|
| -part '../int64.dart';
|
| +#library('int64vmtest');
|
| +#import('dart:math', prefix: 'Math');
|
| +#source('../intx.dart');
|
| +#source('../int32.dart');
|
| +#source('../int64.dart');
|
|
|
| void main() {
|
| int64VMTest test = new int64VMTest();
|
|
|