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

Unified Diff: packages/quiver/test/async/enumerate_test.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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: packages/quiver/test/async/enumerate_test.dart
diff --git a/packages/quiver/test/streams/enumerate_test.dart b/packages/quiver/test/async/enumerate_test.dart
similarity index 93%
rename from packages/quiver/test/streams/enumerate_test.dart
rename to packages/quiver/test/async/enumerate_test.dart
index 8c8490a111d273ded54856202ca649b8bbc429dc..5bd6d456e29aaf80616c4e09279f82ca5edb506c 100644
--- a/packages/quiver/test/streams/enumerate_test.dart
+++ b/packages/quiver/test/async/enumerate_test.dart
@@ -12,12 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-library quiver.streams.enumerate_test;
+library quiver.async.enumerate_test;
import 'dart:async';
import 'package:test/test.dart';
-import 'package:quiver/streams.dart';
+import 'package:quiver/async.dart';
main() {
group('enumerate', () {
« no previous file with comments | « packages/quiver/test/async/countdown_timer_test.dart ('k') | packages/quiver/test/async/stream_buffer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698