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

Unified Diff: test/get/path/relative_path_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/get/path/relative_path_test.dart
diff --git a/test/get/path/relative_path_test.dart b/test/get/path/relative_path_test.dart
index 3f7dcc246e02b09beaf5dca5b869b894840ba906..42938ebdd68c1ed89fd2d4e43496118776420675 100644
--- a/test/get/path/relative_path_test.dart
+++ b/test/get/path/relative_path_test.dart
@@ -6,13 +6,11 @@ import 'package:path/path.dart' as path;
import 'package:pub/src/lock_file.dart';
import 'package:pub/src/source_registry.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import 'package:unittest/unittest.dart';
import '../../descriptor.dart' as d;
import '../../test_pub.dart';
main() {
- initConfig();
integration("can use relative path", () {
d.dir("foo", [
d.libDir("foo"),

Powered by Google App Engine
This is Rietveld 408576698