diff options
author | Gustav Simonsson <[email protected]> | 2012-02-22 10:18:33 +0100 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-02-22 10:18:33 +0100 |
commit | 7140a4e44d728e6b796c812cd7a50cd4cb5e0283 (patch) | |
tree | 9b3ea9134b4985e01f1dbeb40a8f4a35b1e09ecd /lib/compiler/test/beam_disasm_SUITE.erl | |
parent | 3735ecf0815925950db313e56e8d2371afe2207a (diff) | |
parent | be237a6c5adfe8ea089bd8ff395316614888a768 (diff) | |
download | otp-7140a4e44d728e6b796c812cd7a50cd4cb5e0283.tar.gz otp-7140a4e44d728e6b796c812cd7a50cd4cb5e0283.tar.bz2 otp-7140a4e44d728e6b796c812cd7a50cd4cb5e0283.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/compiler/test/beam_disasm_SUITE.erl')
-rw-r--r-- | lib/compiler/test/beam_disasm_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compiler/test/beam_disasm_SUITE.erl b/lib/compiler/test/beam_disasm_SUITE.erl index 44574ae64a..62afc80ca6 100644 --- a/lib/compiler/test/beam_disasm_SUITE.erl +++ b/lib/compiler/test/beam_disasm_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2011. All Rights Reserved. +%% Copyright Ericsson AB 2011-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -60,6 +60,6 @@ stripped(Config) when is_list(Config) -> ?line true = is_list(Attr), ?line true = is_list(CompileInfo), ?line {ok, {tmp, _}} = beam_lib:strip(BeamName), - ?line {beam_file, tmp, _, none, none, [_|_]} = + ?line {beam_file, tmp, _, [], [], [_|_]} = beam_disasm:file(BeamName), ok. |