aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/shell_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-08-30 07:21:41 +0200
committerBjörn Gustavsson <[email protected]>2016-09-01 15:16:03 +0200
commit73ff49a343c4f18f53e2a923783372e565fcb9d2 (patch)
tree27aab4269cfec2acc2e2484ad44473c09fcb444d /lib/stdlib/test/shell_SUITE.erl
parente50395fc7a9f32a3de5fbe9e56cf126a5cde8eee (diff)
downloadotp-73ff49a343c4f18f53e2a923783372e565fcb9d2.tar.gz
otp-73ff49a343c4f18f53e2a923783372e565fcb9d2.tar.bz2
otp-73ff49a343c4f18f53e2a923783372e565fcb9d2.zip
shell_SUITE: Eliminate references to sys_pre_expand in comments
Make it clear that we test that the shell is not dependent on the compiler application being in the path.
Diffstat (limited to 'lib/stdlib/test/shell_SUITE.erl')
-rw-r--r--lib/stdlib/test/shell_SUITE.erl7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/stdlib/test/shell_SUITE.erl b/lib/stdlib/test/shell_SUITE.erl
index c409a6949b..07eb6772db 100644
--- a/lib/stdlib/test/shell_SUITE.erl
+++ b/lib/stdlib/test/shell_SUITE.erl
@@ -573,7 +573,7 @@ otp_5327(Config) when is_list(Config) ->
(catch evaluate(<<"<<32/unit:8>>.">>, [])),
ok.
-%% OTP-5435. sys_pre_expand not in the path.
+%% OTP-5435. compiler application not in the path.
otp_5435(Config) when is_list(Config) ->
true = <<103133:64/float>> =:=
evaluate(<<"<<103133:64/float>> = <<103133:64/float>>.">>, []),
@@ -591,8 +591,9 @@ start_node(Name) ->
otp_5435_2() ->
true = code:del_path(compiler),
- %% sys_pre_expand can no longer be found
- %% OTP-5876. But erl_expand_records can!
+ %% Make sure record evaluation is not dependent on the compiler
+ %% application being in the path.
+ %% OTP-5876.
[{attribute,_,record,{bar,_}},ok] =
scan(<<"rd(foo,{bar}),
rd(bar,{foo = (#foo{})#foo.bar}),