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

Unified Diff: test/global/activate/constraint_with_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/global/activate/constraint_with_path_test.dart
diff --git a/test/global/activate/constraint_with_path_test.dart b/test/global/activate/constraint_with_path_test.dart
index ab1fe1c52694a7d021962997c5a265a64a156d46..f83b6ad7be72e7136d32e302ebd290110202adb2 100644
--- a/test/global/activate/constraint_with_path_test.dart
+++ b/test/global/activate/constraint_with_path_test.dart
@@ -8,7 +8,6 @@ import 'package:scheduled_test/scheduled_test.dart';
import '../../test_pub.dart';
main() {
- initConfig();
integration('fails if a version is passed with the path source', () {
schedulePub(args: ["global", "activate", "-spath", "foo", "1.2.3"],
error: contains('Unexpected argument "1.2.3".'),

Powered by Google App Engine
This is Rietveld 408576698