| Index: dart/pkg/unittest/test/mock_regexp_negative_test.dart
|
| diff --git a/dart/pkg/unittest/test/mock_regexp_negative_test.dart b/dart/pkg/unittest/test/mock_regexp_negative_test.dart
|
| index 886e1c0458ce72695b6acfff15d736be5b00df00..5f5267d84db2147221bc9cb65699aa1f2d0a7bac 100644
|
| --- a/dart/pkg/unittest/test/mock_regexp_negative_test.dart
|
| +++ b/dart/pkg/unittest/test/mock_regexp_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: RegExp CallMatcher bad', () {
|
|
|