diff options
author | Björn Gustavsson <[email protected]> | 2015-01-29 09:40:35 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-29 09:40:35 +0100 |
commit | f5aa1d9943fbf401fed9799c204e893d0d4b4644 (patch) | |
tree | 3efd898883f790989528492916c4976bb266ecdb /lib/compiler/test/andor_SUITE.erl | |
parent | 44b9dba3eac0864e80851af6bd8375d597043645 (diff) | |
parent | 11dcd4774a6beb28306b9e6e1b80b00d9596bf5f (diff) | |
download | otp-f5aa1d9943fbf401fed9799c204e893d0d4b4644.tar.gz otp-f5aa1d9943fbf401fed9799c204e893d0d4b4644.tar.bz2 otp-f5aa1d9943fbf401fed9799c204e893d0d4b4644.zip |
Merge branch 'bjorn/compiler/coverage'
* bjorn/compiler/coverage:
sys_core_fold: Remove uncovered clauses matching #c_map{}
beam_z: Remove the uncovered to_typed_literal/1 function
Speed up running of compiler test suites in coverage mode
Diffstat (limited to 'lib/compiler/test/andor_SUITE.erl')
-rw-r--r-- | lib/compiler/test/andor_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/andor_SUITE.erl b/lib/compiler/test/andor_SUITE.erl index b5408ecd8f..22aa19522d 100644 --- a/lib/compiler/test/andor_SUITE.erl +++ b/lib/compiler/test/andor_SUITE.erl @@ -33,7 +33,7 @@ all() -> [{group,p}]. groups() -> - [{p,test_lib:parallel(), + [{p,[parallel], [t_case,t_and_or,t_andalso,t_orelse,inside,overlap, combined,in_case,before_and_inside_if]}]. |