diff options
author | Dan Gudmundsson <[email protected]> | 2014-11-26 11:12:52 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-11-26 11:12:52 +0100 |
commit | 12fd4dc252ddac00a49147e77c1e5d326bc8cefd (patch) | |
tree | 139c601084aa1a57d2e0a14a1627892f1752bad6 /lib/stdlib | |
parent | 4192870b70ec65ddb13ae876f32fb211ec8ff29d (diff) | |
parent | 3fe044dec08ccca9469c5d8b8bec1892072212f0 (diff) | |
download | otp-12fd4dc252ddac00a49147e77c1e5d326bc8cefd.tar.gz otp-12fd4dc252ddac00a49147e77c1e5d326bc8cefd.tar.bz2 otp-12fd4dc252ddac00a49147e77c1e5d326bc8cefd.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/test/gen_fsm_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/gen_fsm_SUITE.erl b/lib/stdlib/test/gen_fsm_SUITE.erl index 75796ab1b6..dabc10aec4 100644 --- a/lib/stdlib/test/gen_fsm_SUITE.erl +++ b/lib/stdlib/test/gen_fsm_SUITE.erl @@ -538,7 +538,7 @@ terminate_crash_format(Config) when is_list(Config) -> io:format("Timeout: expected error logger msg", []), ?t:fail() end, - [] = ?t:messages_get(), + _ = ?t:messages_get(), process_flag(trap_exit, OldFl), ok. |