aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compiler.cover
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-04-27 10:25:00 +0200
committerRaimo Niskanen <[email protected]>2010-05-20 12:20:49 +0200
commit1277314345327e63e4b10736f7c345fe71e2c74d (patch)
treeb0cd21617a1a787bdca19bc67bc91816f1c87d94 /lib/compiler/test/compiler.cover
parentdcf84a3928a71f1aa93faaac2877ebde11e10128 (diff)
downloadotp-1277314345327e63e4b10736f7c345fe71e2c74d.tar.gz
otp-1277314345327e63e4b10736f7c345fe71e2c74d.tar.bz2
otp-1277314345327e63e4b10736f7c345fe71e2c74d.zip
Do not cover-analyze core_scan
Compiling from *.core files is not a supported feature, and writing test cases to improve the coverage of core_scan will not help us to find more bugs in the compiler.
Diffstat (limited to 'lib/compiler/test/compiler.cover')
-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 5ec2408a35..69d284ea6c 100644
--- a/lib/compiler/test/compiler.cover
+++ b/lib/compiler/test/compiler.cover
@@ -1,3 +1,3 @@
%% -*- erlang -*-
-{exclude,[sys_pre_attributes,core_parse]}.
+{exclude,[sys_pre_attributes,core_scan,core_parse]}.