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

Unified Diff: test/io_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 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/io_test.dart
diff --git a/test/io_test.dart b/test/io_test.dart
index 87484937c7fadd3146c8a1a5b9b890ba17e22264..9bf7b12995d79a3740e7d136d4e087dc72f6269d 100644
--- a/test/io_test.dart
+++ b/test/io_test.dart
@@ -9,13 +9,11 @@ import 'dart:io';
import 'package:path/path.dart' as path;
import 'package:pub/src/io.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'test_pub.dart';
main() {
- initConfig();
-
group('listDir', () {
test('ignores hidden files by default', () {
expect(withTempDir((temp) {

Powered by Google App Engine
This is Rietveld 408576698