diff options
author | Björn Gustavsson <[email protected]> | 2012-12-03 11:46:04 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-09 12:41:02 +0100 |
commit | f143990aea3ed5dd62952c1ed3d0a052f011626f (patch) | |
tree | 791d773a9950dee5481b0be4cd71d78fd32700eb /lib/compiler/test/compilation_SUITE.erl | |
parent | 436760217490abd3efaa29d5b593cd8f01729c0e (diff) | |
download | otp-f143990aea3ed5dd62952c1ed3d0a052f011626f.tar.gz otp-f143990aea3ed5dd62952c1ed3d0a052f011626f.tar.bz2 otp-f143990aea3ed5dd62952c1ed3d0a052f011626f.zip |
compiler: Remove support for packages
Diffstat (limited to 'lib/compiler/test/compilation_SUITE.erl')
-rw-r--r-- | lib/compiler/test/compilation_SUITE.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/compiler/test/compilation_SUITE.erl b/lib/compiler/test/compilation_SUITE.erl index bec97b0199..f8f74e6f7a 100644 --- a/lib/compiler/test/compilation_SUITE.erl +++ b/lib/compiler/test/compilation_SUITE.erl @@ -44,7 +44,7 @@ groups() -> {group,vsn},otp_2380,otp_2141,otp_2173,otp_4790, const_list_256,bin_syntax_1,bin_syntax_2, bin_syntax_3,bin_syntax_4,bin_syntax_5,bin_syntax_6, - live_var,convopts,bad_functional_value, + live_var,convopts, catch_in_catch,redundant_case,long_string,otp_5076, complex_guard,otp_5092,otp_5151,otp_5235,otp_5244, trycatch_4,opt_crash,otp_5404,otp_5436,otp_5481, @@ -143,7 +143,6 @@ split({int, N}, <<N:16,B:N/binary,T/binary>>) -> ?comp(live_var). ?comp(trycatch_4). -?comp(bad_functional_value). ?comp(catch_in_catch). |