diff options
author | Sverker Eriksson <[email protected]> | 2011-07-12 16:02:04 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2011-07-12 16:02:04 +0200 |
commit | 089b8c357f5e7c96605c8f8cab4b3c856081dc39 (patch) | |
tree | 035992b3c4d81b7da52e6a42dfeb53b65f642942 /erts/emulator/test/send_term_SUITE.erl | |
parent | 2a5d951162e6d9c918132d60c5c39302399dfca4 (diff) | |
parent | d328f453e7cd6e24856b0c80e0b8c4ed6def5461 (diff) | |
download | otp-089b8c357f5e7c96605c8f8cab4b3c856081dc39.tar.gz otp-089b8c357f5e7c96605c8f8cab4b3c856081dc39.tar.bz2 otp-089b8c357f5e7c96605c8f8cab4b3c856081dc39.zip |
Merge branch 'maint-r14' into dev
Conflicts:
erts/vsn.mk
Diffstat (limited to 'erts/emulator/test/send_term_SUITE.erl')
-rw-r--r-- | erts/emulator/test/send_term_SUITE.erl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/emulator/test/send_term_SUITE.erl b/erts/emulator/test/send_term_SUITE.erl index 6615873392..ba0ba804ca 100644 --- a/erts/emulator/test/send_term_SUITE.erl +++ b/erts/emulator/test/send_term_SUITE.erl @@ -175,6 +175,10 @@ chk_temp_alloc() -> %% Verify that we havn't got anything allocated by temp_alloc lists:foreach( fun ({instance, _, TI}) -> + ?line {value, {sbmbcs, SBMBCInfo}} + = lists:keysearch(sbmbcs, 1, TI), + ?line {value, {blocks, 0, _, _}} + = lists:keysearch(blocks, 1, SBMBCInfo), ?line {value, {mbcs, MBCInfo}} = lists:keysearch(mbcs, 1, TI), ?line {value, {blocks, 0, _, _}} |