Chromium Code Reviews| Index: tests/standalone/io/https_client_test.dart |
| diff --git a/tests/standalone/io/https_client_test.dart b/tests/standalone/io/https_client_test.dart |
| index 5f230f90a26bcd7b1a0a6611e1e0a2078735759d..6535e48add62f3f089392f4c0cff788e4025d919 100644 |
| --- a/tests/standalone/io/https_client_test.dart |
| +++ b/tests/standalone/io/https_client_test.dart |
| @@ -58,7 +58,7 @@ void InitializeSSL() { |
| } |
| void main() { |
| - InitializeSSL(); |
| testGoogleUrl(); |
| testBadHostName(); |
| + Expect.throws(InitializeSSL); |
| } |