| 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) {
|
|
|