diff options
author | Björn Gustavsson <[email protected]> | 2012-10-08 15:51:57 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-18 11:48:06 +0100 |
commit | cdf80608685750e9e09069d8299a5b44ed53b2a0 (patch) | |
tree | 8b2cc3f5ea9c3684515744b62985a8954e1aa0a0 /lib/compiler/test/Makefile | |
parent | ce467a4676fa9c6d501adff800a86ad1b93baa95 (diff) | |
download | otp-cdf80608685750e9e09069d8299a5b44ed53b2a0.tar.gz otp-cdf80608685750e9e09069d8299a5b44ed53b2a0.tar.bz2 otp-cdf80608685750e9e09069d8299a5b44ed53b2a0.zip |
Remove support for parameterized modules
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 3b065ec3b9..b9c5be09ce 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -29,7 +29,6 @@ MODULES= \ match_SUITE \ misc_SUITE \ num_bif_SUITE \ - pmod_SUITE \ receive_SUITE \ record_SUITE \ trycatch_SUITE \ |