diff options
author | Björn Gustavsson <[email protected]> | 2011-04-14 16:44:29 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-04-14 16:44:29 +0200 |
commit | 27fc85fe624441a9c5754288aeac510c20a80695 (patch) | |
tree | 92425ccfad933bc0d894023c2b86f4b65402d689 /lib/compiler/test/pmod_SUITE.erl | |
parent | c9e14ed976cf7b1ed89eeb3e75a258c37981feb4 (diff) | |
parent | a86d00316ef882310fa222e0a2ac76dd8c1ab275 (diff) | |
download | otp-27fc85fe624441a9c5754288aeac510c20a80695.tar.gz otp-27fc85fe624441a9c5754288aeac510c20a80695.tar.bz2 otp-27fc85fe624441a9c5754288aeac510c20a80695.zip |
Merge branch 'bjorn/compiler/coverage' into dev
* bjorn/compiler/coverage:
bs_match_SUITE: Improve coverage of beam_bsm
beam_bsm: Eliminate uncovered line in warning generation
match_SUITE: Cover a clause in beam_dead:forward/4
beam_dead: Remove uncovered special case handling of empty blocks
beam_dead: Remove uncovered clauses in binary matching optimization
beam_dead: Remove uncoverable case clause in update_value_dict/3
beam_dead: Remove code that cannot be covered in forward/4
record_SUITE: Cover optimization of is_record/3 in beam_type
compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1
Diffstat (limited to 'lib/compiler/test/pmod_SUITE.erl')
-rw-r--r-- | lib/compiler/test/pmod_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/pmod_SUITE.erl b/lib/compiler/test/pmod_SUITE.erl index 4c68d777ca..9a317b5762 100644 --- a/lib/compiler/test/pmod_SUITE.erl +++ b/lib/compiler/test/pmod_SUITE.erl @@ -28,7 +28,7 @@ suite() -> [{ct_hooks,[ts_install_cth]}]. all() -> - test_lib:recompile(pmod_SUITE), + test_lib:recompile(?MODULE), [basic, otp_8447]. groups() -> |