| Index: test/match_test.dart
|
| diff --git a/test/match_test.dart b/test/match_test.dart
|
| index 448d60c2d1f656f4a1b7106f22442392af75c177..90b5b7f3380f8ccb2c049eebb5dfd8caf2b61450 100644
|
| --- a/test/match_test.dart
|
| +++ b/test/match_test.dart
|
| @@ -5,7 +5,7 @@
|
| import 'package:glob/glob.dart';
|
| import 'package:glob/src/utils.dart';
|
| import 'package:path/path.dart' as p;
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| const RAW_ASCII_WITHOUT_SLASH = "\t\n\r !\"#\$%&'()*+`-.0123456789:;<=>?@ABCDEF"
|
| "GHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~";
|
|
|