diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-02-21 15:50:54 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-02-21 15:50:54 +0100 |
commit | 79251a67edf33dc5e331c6ad627711fb83e376d2 (patch) | |
tree | df0550805956ba46a478a341086f520ddc029a6b /lib/compiler/test/Makefile | |
parent | 91e3f8f65963ada7b923fcf8531baaca24f484db (diff) | |
download | otp-79251a67edf33dc5e331c6ad627711fb83e376d2.tar.gz otp-79251a67edf33dc5e331c6ad627711fb83e376d2.tar.bz2 otp-79251a67edf33dc5e331c6ad627711fb83e376d2.zip |
compiler: Fix map inlining
Added coverage of operating map variable.
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r-- | lib/compiler/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index 39c9fea5d9..0b56a49cd6 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -69,6 +69,7 @@ INLINE= \ fun \ guard \ lc \ + map \ match \ misc \ num_bif \ |