aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/trycatch_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/trycatch_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/trycatch_SUITE.erl')
-rw-r--r--lib/compiler/test/trycatch_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/trycatch_SUITE.erl b/lib/compiler/test/trycatch_SUITE.erl
index 4530d08c77..b490257a6e 100644
--- a/lib/compiler/test/trycatch_SUITE.erl
+++ b/lib/compiler/test/trycatch_SUITE.erl
@@ -35,7 +35,7 @@ all() ->
[{group,p}].
groups() ->
- [{p,test_lib:parallel(),
+ [{p,[parallel],
[basic,lean_throw,try_of,try_after,catch_oops,
after_oops,eclectic,rethrow,nested_of,nested_catch,
nested_after,nested_horrid,last_call_optimization,