diff options
author | Patrik Nyblom <[email protected]> | 2013-02-19 10:27:14 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-02-19 10:27:14 +0100 |
commit | 2a79b74ac371387ce338bacf979f9ca32447b302 (patch) | |
tree | 62a822d8c5bff83d6d1154feb19f2b31d3284ab8 /lib/stdlib/test/shell_SUITE.erl | |
parent | 766fdc6d0fea2efacd4c4cdcc12992a2f5dbaee7 (diff) | |
download | otp-2a79b74ac371387ce338bacf979f9ca32447b302.tar.gz otp-2a79b74ac371387ce338bacf979f9ca32447b302.tar.bz2 otp-2a79b74ac371387ce338bacf979f9ca32447b302.zip |
Adapt stdlib tests to ~tp detecting latin1 binaries
Diffstat (limited to 'lib/stdlib/test/shell_SUITE.erl')
-rw-r--r-- | lib/stdlib/test/shell_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/test/shell_SUITE.erl b/lib/stdlib/test/shell_SUITE.erl index cff394bf09..990b1f5eb2 100644 --- a/lib/stdlib/test/shell_SUITE.erl +++ b/lib/stdlib/test/shell_SUITE.erl @@ -2817,10 +2817,10 @@ otp_10302(Config) when is_list(Config) -> {ok, Es} = erl_parse:parse_exprs(Ts), B = erl_eval:new_bindings(), erl_eval:exprs(Es, B).">>, - + "ok.\n** exception error: an error occurred when evaluating" " an arithmetic expression\n in operator '/'/2\n" - " called as <<170>> / <<170>>.\n" = t({Node,Test7}), + " called as <<\"�\">> / <<\"�\">>.\n" = t({Node,Test7}), Test8 = <<"begin A = [1089], |