diff options
author | Björn Gustavsson <[email protected]> | 2016-04-25 12:06:38 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-04-27 10:29:26 +0200 |
commit | 2aabd0f9ca9ab7d9d59c1504b9742734e2d6c945 (patch) | |
tree | 25aa5309db2b6d8f1755af303d3d2212731fffb9 /lib/compiler/test/compilation_SUITE.erl | |
parent | 1c522768f679916791e0fd6c71adb835783c1694 (diff) | |
download | otp-2aabd0f9ca9ab7d9d59c1504b9742734e2d6c945.tar.gz otp-2aabd0f9ca9ab7d9d59c1504b9742734e2d6c945.tar.bz2 otp-2aabd0f9ca9ab7d9d59c1504b9742734e2d6c945.zip |
Move complex_guard/1 from compilation_SUITE to guard_SUITE
Diffstat (limited to 'lib/compiler/test/compilation_SUITE.erl')
-rw-r--r-- | lib/compiler/test/compilation_SUITE.erl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/compiler/test/compilation_SUITE.erl b/lib/compiler/test/compilation_SUITE.erl index a9dc14f78d..fde266e5b0 100644 --- a/lib/compiler/test/compilation_SUITE.erl +++ b/lib/compiler/test/compilation_SUITE.erl @@ -45,7 +45,7 @@ groups() -> {group,vsn},otp_2380,otp_4790, const_list_256,live_var,convopts, catch_in_catch,redundant_case,long_string,otp_5076, - complex_guard,otp_5092,otp_5151,otp_5235,otp_5244, + otp_5092,otp_5151,otp_5235,otp_5244, trycatch_4,opt_crash,otp_5404,otp_5436,otp_5481, otp_5553,otp_5632,otp_5714,otp_5872,otp_6121, otp_6121a,otp_6121b,otp_7202,otp_7345,on_load, @@ -98,9 +98,6 @@ end_per_group(_GroupName, Config) -> ?comp(const_list_256). ?comp(otp_5076). - -?comp(complex_guard). - ?comp(otp_5092). ?comp(otp_5151). |