diff options
author | Hans Nilsson <[email protected]> | 2017-11-09 14:05:31 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-09 17:54:33 +0100 |
commit | 599107f1dcc6533c094301ad21919c7c697b9a1b (patch) | |
tree | a543ad52114b0d999e888facd52fd1706055f856 /lib/inets/test/httpd_load.erl | |
parent | 876f69dc4fad019d876e3175d5d6306ce2b6850c (diff) | |
download | otp-599107f1dcc6533c094301ad21919c7c697b9a1b.tar.gz otp-599107f1dcc6533c094301ad21919c7c697b9a1b.tar.bz2 otp-599107f1dcc6533c094301ad21919c7c697b9a1b.zip |
Remove unused test include file from test suites
Diffstat (limited to 'lib/inets/test/httpd_load.erl')
-rw-r--r-- | lib/inets/test/httpd_load.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_load.erl b/lib/inets/test/httpd_load.erl index 39c2280f23..a849c71f2d 100644 --- a/lib/inets/test/httpd_load.erl +++ b/lib/inets/test/httpd_load.erl @@ -22,7 +22,6 @@ -module(httpd_load). -include("test_server.hrl"). --include("test_server_line.hrl"). %% General testcases bodies called from httpd_SUITE -export([load_test/5]). |