aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-01-05 12:31:52 +0100
committerBjörn Gustavsson <[email protected]>2012-01-05 12:31:52 +0100
commitf8304df54fd4a26a4726e61e96b3df411ab490e8 (patch)
tree088127dd957add6c22287e3dfbef356073a8f81e /lib/compiler
parent3121dce526d1bc1b993a7e7571a2d93d878407de (diff)
downloadotp-f8304df54fd4a26a4726e61e96b3df411ab490e8.tar.gz
otp-f8304df54fd4a26a4726e61e96b3df411ab490e8.tar.bz2
otp-f8304df54fd4a26a4726e61e96b3df411ab490e8.zip
Correct syntax in compiler.cover
Modules would not get excluded. While at it, no longer exclude sys_pre_attributes since we will want to test it.
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/test/compiler.cover2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/compiler.cover b/lib/compiler/test/compiler.cover
index 9fc4c7dd43..3fd7fc1937 100644
--- a/lib/compiler/test/compiler.cover
+++ b/lib/compiler/test/compiler.cover
@@ -1,5 +1,5 @@
{incl_app,compiler,details}.
%% -*- erlang -*-
-{excl_mods,[sys_pre_attributes,core_scan,core_parse]}.
+{excl_mods,compiler,[core_scan,core_parse]}.