Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: test/glob_test.dart

Issue 1773293002: Fix case-insensitive absolute listing. (Closed) Base URL: git@github.com:dart-lang/glob@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« lib/src/list_tree.dart ('K') | « lib/src/list_tree.dart ('k') | test/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698