diff options
author | Siri Hansen <[email protected]> | 2017-03-02 17:36:48 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-03-08 15:13:20 +0100 |
commit | 6a4d4b43914a5898671e7f9dea7988771450af0f (patch) | |
tree | d5a5c54a27768a4f0af359b302b116872954dc2f /erts/test/upgrade_SUITE.erl | |
parent | 60a24d2010c98c44d2bf44faca04756049487ec3 (diff) | |
download | otp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.gz otp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.bz2 otp-6a4d4b43914a5898671e7f9dea7988771450af0f.zip |
Remove typer application
The application now has an own repo, https://github.com/erlang/typer
Diffstat (limited to 'erts/test/upgrade_SUITE.erl')
-rw-r--r-- | erts/test/upgrade_SUITE.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/test/upgrade_SUITE.erl b/erts/test/upgrade_SUITE.erl index 174c028ac7..8158181924 100644 --- a/erts/test/upgrade_SUITE.erl +++ b/erts/test/upgrade_SUITE.erl @@ -37,10 +37,9 @@ %% In specific: %% - hipe does not support any upgrade at all %% - dialyzer requires hipe (in the .app file) -%% - typer requires hipe (in the .app file) %% - erl_interface, jinterface support no upgrade -define(appup_exclude, - [dialyzer,hipe,typer,erl_interface,jinterface,ose]). + [dialyzer,hipe,erl_interface,jinterface,ose]). init_per_suite(Config) -> %% Check that a real release is running, not e.g. cerl |