| Index: tests/standalone/io/raw_secure_socket_pause_test.dart
|
| diff --git a/tests/standalone/io/raw_secure_socket_pause_test.dart b/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| index 23b2eff3c142577819133722a0f6d8f540ccbdd8..a223e81d5bb21457b5f3662070fa8b7d3930c34a 100644
|
| --- a/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| +++ b/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| @@ -13,7 +13,7 @@ import "dart:isolate";
|
|
|
|
|
| void main() {
|
| - List<int> message = "GET / HTTP/1.0\r\nHost: www.google.dk\r\n\r\n".charCodes;
|
| + List<int> message = "GET / HTTP/1.0\r\nHost: www.google.dk\r\n\r\n".codeUnits;
|
| int written = 0;
|
| List<String> chunks = <String>[];
|
| SecureSocket.initialize();
|
|
|