| Index: dart/pkg/unittest/test/mock_test.dart
|
| diff --git a/dart/pkg/unittest/test/mock_test.dart b/dart/pkg/unittest/test/mock_test.dart
|
| index b6265eb3a79a8f2c57d6375f20b7d743c4a8158f..ea6426c3d86ef1caf2a9a3ba733b31c289fa57a3 100644
|
| --- a/dart/pkg/unittest/test/mock_test.dart
|
| +++ b/dart/pkg/unittest/test/mock_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 unittestTest;
|
| -import '../../../pkg/unittest/unittest.dart';
|
| +#library('unittestTest');
|
| +#import('../../../pkg/unittest/unittest.dart');
|
|
|
| class MockList extends Mock implements List {
|
| }
|
|
|