diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-02-10 15:16:11 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-02-10 15:16:11 +0100 |
commit | edb90b1c1e6dc290727a516f4a00e939479aff98 (patch) | |
tree | 03b8073ebf664913f95e8fb73dc261d700c1d987 /lib/compiler/test/Makefile | |
parent | 1918d8fead3a8d4bfd177f68806db539911ad808 (diff) | |
parent | c8741b7c62db3abc9dfde0fa8c7cf3d099adb347 (diff) | |
download | otp-edb90b1c1e6dc290727a516f4a00e939479aff98.tar.gz otp-edb90b1c1e6dc290727a516f4a00e939479aff98.tar.bz2 otp-edb90b1c1e6dc290727a516f4a00e939479aff98.zip |
Merge branch 'egil/compiler/maps-fix-codegen'
* egil/compiler/maps-fix-codegen:
compiler: Fix codegen multiple updates for Maps
erts,compiler: Correct and amend tests for Maps
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 0a637a07cd..39c9fea5d9 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -48,6 +48,7 @@ NO_OPT= \ fun \ guard \ lc \ + map \ match \ misc \ num_bif \ |