| Index: dart/pkg/unittest/test/mock_stepwise_negative_test.dart
|
| diff --git a/dart/pkg/unittest/test/mock_stepwise_negative_test.dart b/dart/pkg/unittest/test/mock_stepwise_negative_test.dart
|
| index c056877caf81188a338adee2b359be249f4c7973..9a299769b36caa524897071e83439e18f9c963ac 100644
|
| --- a/dart/pkg/unittest/test/mock_stepwise_negative_test.dart
|
| +++ b/dart/pkg/unittest/test/mock_stepwise_negative_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');
|
|
|
| main() {
|
| test('Mocking: stepwiseValidate', () {
|
|
|