| Index: test/preprocess_test.dart
|
| diff --git a/test/preprocess_test.dart b/test/preprocess_test.dart
|
| index ac58c375d6beee289aece2d8e82c26274dfacda5..698a441eba7b3f146dccede218368d35aad6f4f6 100644
|
| --- a/test/preprocess_test.dart
|
| +++ b/test/preprocess_test.dart
|
| @@ -6,13 +6,11 @@ library pub.test.preprocess_test;
|
|
|
| import 'package:pub/src/preprocess.dart';
|
| import 'package:pub_semver/pub_semver.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| import 'test_pub.dart';
|
|
|
| main() {
|
| - initConfig();
|
| -
|
| test("does nothing on a file without preprocessor directives", () {
|
| var text = '''
|
| some text
|
|
|