diff options
author | Björn Gustavsson <[email protected]> | 2011-12-30 09:00:31 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-01-04 15:19:33 +0100 |
commit | 19af90eb5654915de72f45127a17a75cb0d69cbe (patch) | |
tree | 072a76169b7928b6adfb0daf170338604c344c7a /lib/compiler/test/Makefile | |
parent | 8fcb51b8d5a4977971aba5ce8bc0f3c500a7c7d7 (diff) | |
download | otp-19af90eb5654915de72f45127a17a75cb0d69cbe.tar.gz otp-19af90eb5654915de72f45127a17a75cb0d69cbe.tar.bz2 otp-19af90eb5654915de72f45127a17a75cb0d69cbe.zip |
Remove part_eval_SUITE
This test suite has been superseded by other test suites (e.g.
guard_SUITE). Removing it does not decrease the coverage.
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r-- | lib/compiler/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index 2ea50b9112..e13ad4ae90 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -30,7 +30,6 @@ MODULES= \ misc_SUITE \ num_bif_SUITE \ pmod_SUITE \ - parteval_SUITE \ receive_SUITE \ record_SUITE \ trycatch_SUITE \ |