From 65d684affd852e11c41048ec637b42054d478d1e Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 20 Jun 2017 08:36:05 -0700 Subject: [PATCH] Support the latest version of pkg/cli_util Remove redundant (and deprecated) import in test --- pubspec.yaml | 2 +- test/builder_test.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 18a7fc3f..96c24b92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: build_runner: ^0.3.2 build_test: ^0.6.0 - cli_util: ^0.0.1 + cli_util: '>=0.0.1 <0.2.0' collection: ^1.1.2 mockito: '>=0.11.0 <3.0.0' test: ^0.12.3 diff --git a/test/builder_test.dart b/test/builder_test.dart index 5fd7e4de..c1248a99 100644 --- a/test/builder_test.dart +++ b/test/builder_test.dart @@ -7,7 +7,6 @@ import 'dart:async'; import 'package:analyzer/dart/element/element.dart'; import 'package:build_test/build_test.dart'; -import 'package:source_gen/builder.dart'; import 'package:source_gen/source_gen.dart'; import 'package:test/test.dart';