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

Unified Diff: tests/dartino_compiler/driver/test_control_stream.dart

Issue 2189923002: Update Dart binaries to 1.18.0-dev.4.4 (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 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: tests/dartino_compiler/driver/test_control_stream.dart
diff --git a/tests/dartino_compiler/driver/test_control_stream.dart b/tests/dartino_compiler/driver/test_control_stream.dart
index 741e20e1c3cf4e67cba0f0856b27b14e3da17a50..cf3417f4e11bb849d6a586e6647bee2e96e6b753 100644
--- a/tests/dartino_compiler/driver/test_control_stream.dart
+++ b/tests/dartino_compiler/driver/test_control_stream.dart
@@ -15,7 +15,7 @@ import 'package:dartino_compiler/src/hub/hub_main.dart';
const List<int> stdinCommandData = const <int>[4, 0, 0, 0, 0, 0, 0, 0, 0];
Future<Null> testControlStream() async {
- StreamController<Uint8List> controller = new StreamController<Uint8List>();
+ StreamController<List<int>> controller = new StreamController<List<int>>();
// Test that one byte at the time is handled.
for (int byte in stdinCommandData) {
« no previous file with comments | « pkg/power_management/lib/src/native_extension_api.dart ('k') | tests/dartino_tests/snapshot_stacktrace_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698