diff options
author | Sverker Eriksson <[email protected]> | 2016-04-29 11:02:54 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-04-29 11:02:54 +0200 |
commit | 5063a52959570e6df11d6d94ae904f78daf8f954 (patch) | |
tree | 43a7e12ad0b32e044e7156723d143284cd8888cc /lib/hipe | |
parent | 06fe4914224a7172a60d318e15885841981b746d (diff) | |
parent | a2286af5e797e8bc5ce39513d9f04f3f6d22a3c6 (diff) | |
download | otp-5063a52959570e6df11d6d94ae904f78daf8f954.tar.gz otp-5063a52959570e6df11d6d94ae904f78daf8f954.tar.bz2 otp-5063a52959570e6df11d6d94ae904f78daf8f954.zip |
Merge branch 'sverker/hipe/remove-ct_hooks'
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/test/hipe_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/hipe/test/hipe_SUITE.erl b/lib/hipe/test/hipe_SUITE.erl index 9319b710d9..a5b3924aa8 100644 --- a/lib/hipe/test/hipe_SUITE.erl +++ b/lib/hipe/test/hipe_SUITE.erl @@ -19,9 +19,6 @@ -compile([export_all]). -include_lib("common_test/include/ct.hrl"). -suite() -> - [{ct_hooks, [ts_install_cth]}]. - all() -> [app, appup]. |