diff options
author | Ingela Anderton Andin <[email protected]> | 2015-06-16 22:10:10 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-06-16 22:10:10 +0200 |
commit | 828fbf8c9bd838280c1fc8a9f9da065aba2ada0e (patch) | |
tree | 57a85cc0c7fe0d3fbf26b8ee9e1334caf493eb21 /lib/ssl/test/ssl_ECC_SUITE.erl | |
parent | 89b42bb784e97584b3f3b3c3ff4946a945876a5c (diff) | |
parent | 501b8013d22dadd0642c8ee69a70848671f7bf2d (diff) | |
download | otp-828fbf8c9bd838280c1fc8a9f9da065aba2ada0e.tar.gz otp-828fbf8c9bd838280c1fc8a9f9da065aba2ada0e.tar.bz2 otp-828fbf8c9bd838280c1fc8a9f9da065aba2ada0e.zip |
Merge branch 'ia/ssl/test-cuddle'
* ia/ssl/test-cuddle:
ssl: Remove unnecessary suite callback
Diffstat (limited to 'lib/ssl/test/ssl_ECC_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_ECC_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssl/test/ssl_ECC_SUITE.erl b/lib/ssl/test/ssl_ECC_SUITE.erl index 3566a8a0a5..399ca7d0ee 100644 --- a/lib/ssl/test/ssl_ECC_SUITE.erl +++ b/lib/ssl/test/ssl_ECC_SUITE.erl @@ -31,8 +31,6 @@ %% Common Test interface functions ----------------------------------- %%-------------------------------------------------------------------- -suite() -> [{ct_hooks,[ts_install_cth]}]. - all() -> [ {group, 'tlsv1.2'}, |