| Index: tests/standalone/io/raw_secure_socket_test.dart
|
| diff --git a/tests/standalone/io/raw_secure_socket_test.dart b/tests/standalone/io/raw_secure_socket_test.dart
|
| index b7f70689af0f5b208d2e784a0386d053603b706c..699f842f6ce24c902055706e834707c74804581f 100644
|
| --- a/tests/standalone/io/raw_secure_socket_test.dart
|
| +++ b/tests/standalone/io/raw_secure_socket_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();
|
|
|