Refined the warning message for $, and $;

[Bug #16438]
This commit is contained in:
Nobuyoshi Nakada 2019-12-20 15:05:10 +09:00
parent 7a94225e7d
commit 2b2030f265
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
3 changed files with 3 additions and 3 deletions

View file

@ -1771,7 +1771,7 @@ CODE
begin
fs = $;
assert_warn(/\$; will be deprecated/) {$; = " "}
assert_warn(/`\$;' is deprecated/) {$; = " "}
ensure
EnvUtil.suppress_warning {$; = fs}
end