| Index: tests/standalone/io/http_proxy_test.dart
|
| diff --git a/tests/standalone/io/http_proxy_test.dart b/tests/standalone/io/http_proxy_test.dart
|
| index 70a7f8cf4e88d6e61c82c9d272b7bb47f6712847..2d2fdcb1e4433ff9f7f6ebff8d9d0e27d943a261 100644
|
| --- a/tests/standalone/io/http_proxy_test.dart
|
| +++ b/tests/standalone/io/http_proxy_test.dart
|
| @@ -2,6 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +// OtherResources=certificates/server_chain.pem
|
| +// OtherResources=certificates/server_key.pem
|
| +// OtherResources=certificates/trusted_certs.pem
|
| +
|
| import "package:convert/convert.dart";
|
| import "package:crypto/crypto.dart";
|
| import "package:expect/expect.dart";
|
|
|