diff options
author | Björn Gustavsson <[email protected]> | 2015-01-16 10:02:41 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-21 10:01:21 +0100 |
commit | 9f181f07d452a63c1787c71199ca4ac61ea5f688 (patch) | |
tree | e52a467135f4a7ab04b1efce32a24e682ca59bdc /lib/compiler/test | |
parent | 19f3040b17697d5e94f178a32a0404940989914f (diff) | |
download | otp-9f181f07d452a63c1787c71199ca4ac61ea5f688.tar.gz otp-9f181f07d452a63c1787c71199ca4ac61ea5f688.tar.bz2 otp-9f181f07d452a63c1787c71199ca4ac61ea5f688.zip |
map_SUITE: Ensure recompilation when running cover
Diffstat (limited to 'lib/compiler/test')
-rw-r--r-- | lib/compiler/test/map_SUITE.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/compiler/test/map_SUITE.erl b/lib/compiler/test/map_SUITE.erl index 75efce9d7b..dbac61765b 100644 --- a/lib/compiler/test/map_SUITE.erl +++ b/lib/compiler/test/map_SUITE.erl @@ -61,7 +61,9 @@ suite() -> []. -all() -> [ +all() -> + test_lib:recompile(?MODULE), + [ %% literals t_build_and_match_literals, t_update_literals, t_match_and_update_literals, |