diff options
author | Rickard Green <[email protected]> | 2016-11-28 18:13:38 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-12-19 14:22:29 +0100 |
commit | 0612bcedf520388d58a9441e9e6490bf86bf5a4b (patch) | |
tree | a5fee16b2b28842c65a6aa122344290427987c94 /lib/stdlib | |
parent | d44f2e85c058e10082427a354a7d65e9af607501 (diff) | |
download | otp-0612bcedf520388d58a9441e9e6490bf86bf5a4b.tar.gz otp-0612bcedf520388d58a9441e9e6490bf86bf5a4b.tar.bz2 otp-0612bcedf520388d58a9441e9e6490bf86bf5a4b.zip |
Fix stactrace for apply on error/[1,2], exit/1, or throw/1
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/test/shell_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/shell_SUITE.erl b/lib/stdlib/test/shell_SUITE.erl index c409a6949b..80585ca359 100644 --- a/lib/stdlib/test/shell_SUITE.erl +++ b/lib/stdlib/test/shell_SUITE.erl @@ -2325,7 +2325,7 @@ otp_6554(Config) when is_list(Config) -> "[unproper | list]).">>), %% Cheating: "exception error: no function clause matching " - "erl_eval:do_apply(4)" ++ _ = + "shell:apply_fun(4)" ++ _ = comm_err(<<"erlang:error(function_clause, [4]).">>), "exception error: no function clause matching " "lists:reverse(" ++ _ = |