aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/map_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-01-16 10:02:41 +0100
committerBjörn Gustavsson <[email protected]>2015-01-21 10:01:21 +0100
commit9f181f07d452a63c1787c71199ca4ac61ea5f688 (patch)
treee52a467135f4a7ab04b1efce32a24e682ca59bdc /lib/compiler/test/map_SUITE.erl
parent19f3040b17697d5e94f178a32a0404940989914f (diff)
downloadotp-9f181f07d452a63c1787c71199ca4ac61ea5f688.tar.gz
otp-9f181f07d452a63c1787c71199ca4ac61ea5f688.tar.bz2
otp-9f181f07d452a63c1787c71199ca4ac61ea5f688.zip
map_SUITE: Ensure recompilation when running cover
Diffstat (limited to 'lib/compiler/test/map_SUITE.erl')
-rw-r--r--lib/compiler/test/map_SUITE.erl4
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,