aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/match_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-01-29 09:40:35 +0100
committerBjörn Gustavsson <[email protected]>2015-01-29 09:40:35 +0100
commitf5aa1d9943fbf401fed9799c204e893d0d4b4644 (patch)
tree3efd898883f790989528492916c4976bb266ecdb /lib/compiler/test/match_SUITE.erl
parent44b9dba3eac0864e80851af6bd8375d597043645 (diff)
parent11dcd4774a6beb28306b9e6e1b80b00d9596bf5f (diff)
downloadotp-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/match_SUITE.erl')
-rw-r--r--lib/compiler/test/match_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/match_SUITE.erl b/lib/compiler/test/match_SUITE.erl
index e5aaf49d6f..033988e4c8 100644
--- a/lib/compiler/test/match_SUITE.erl
+++ b/lib/compiler/test/match_SUITE.erl
@@ -33,7 +33,7 @@ all() ->
[{group,p}].
groups() ->
- [{p,test_lib:parallel(),
+ [{p,[parallel],
[pmatch,mixed,aliases,match_in_call,untuplify,
shortcut_boolean,letify_guard,selectify,
underscore,match_map,coverage]}].