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

Unified Diff: tests/coroutine/fiber_yield_channel_receive_test.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 11 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: tests/coroutine/fiber_yield_channel_receive_test.dart
diff --git a/tests/coroutine/fiber_yield_channel_receive_test.dart b/tests/coroutine/fiber_yield_channel_receive_test.dart
index ca5d402b3c82f0e97f57054a48e3eeded30316d0..e4aa1c49701105752b0c2725198e2b4abd5dcfe2 100644
--- a/tests/coroutine/fiber_yield_channel_receive_test.dart
+++ b/tests/coroutine/fiber_yield_channel_receive_test.dart
@@ -5,7 +5,7 @@
// Test that fibers that are blocked in a receive on a channel wake up
// when there are messages on that channel.
-import 'dart:fletch';
+import 'dart:dartino';
import 'package:isolate/isolate.dart';

Powered by Google App Engine
This is Rietveld 408576698