diff options
author | Hans Bolinder <[email protected]> | 2013-04-19 15:29:19 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-04-19 15:33:28 +0200 |
commit | 1f3afa8143d9aabc178b6fbcd09a693fc105065a (patch) | |
tree | 4accded8cb3042f9ccac9b0c730c5993c6e7ce02 /lib/stdlib/test/shell_SUITE.erl | |
parent | a934a97dd7006a85b279fd6af3d245fd2357b3ae (diff) | |
download | otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.tar.gz otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.tar.bz2 otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.zip |
Remove the "coding: utf-8" comment from all Erlang source files
Diffstat (limited to 'lib/stdlib/test/shell_SUITE.erl')
-rw-r--r-- | lib/stdlib/test/shell_SUITE.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/stdlib/test/shell_SUITE.erl b/lib/stdlib/test/shell_SUITE.erl index 3c49aaa103..233ba0764f 100644 --- a/lib/stdlib/test/shell_SUITE.erl +++ b/lib/stdlib/test/shell_SUITE.erl @@ -1,4 +1,3 @@ -%% -*- coding: utf-8 -*- %% %% %CopyrightBegin% %% @@ -2601,9 +2600,9 @@ otp_7232(doc) -> "OTP-7232. qlc:info() bug."; otp_7232(suite) -> []; otp_7232(Config) when is_list(Config) -> - Info = <<"qlc:info(qlc:sort(qlc:q([X || X <- [1000,2000]]), " + Info = <<"qlc:info(qlc:sort(qlc:q([X || X <- [55296,56296]]), " "{order, fun(A,B)-> A>B end})).">>, - "qlc:sort([1000,2000],\n" + "qlc:sort([55296,56296],\n" " [{order,\n" " fun(A, B) ->\n" " A > B\n" |