Chromium Code Reviews| Index: test/glob_test.dart |
| diff --git a/test/glob_test.dart b/test/glob_test.dart |
| index f82106a70c7f036a68b344b412e62762f696f4cc..4cbb453543a43807d35edd4882e1fb9be984d237 100644 |
| --- a/test/glob_test.dart |
| +++ b/test/glob_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import 'package:glob/glob.dart'; |
| +import 'package:path/path.dart' as p; |
|
Bob Nystrom
2016/03/08 21:40:31
Not needed?
nweiz
2016/03/08 22:01:15
It is; this test was crashing before.
|
| import 'package:test/test.dart'; |
| void main() { |