aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2014-02-27 10:59:59 +0100
committerSiri Hansen <[email protected]>2014-03-17 11:04:34 +0100
commit9affa3092500693077f1ca61a544eea886b417b0 (patch)
treeaee0cefd9313dc7e512af525761bd8d8ba227e6a /lib/dialyzer/test
parent66280266a4b9147ea683836e2409a2ad1f2a78af (diff)
downloadotp-9affa3092500693077f1ca61a544eea886b417b0.tar.gz
otp-9affa3092500693077f1ca61a544eea886b417b0.tar.bz2
otp-9affa3092500693077f1ca61a544eea886b417b0.zip
Remove "coding: utf-8" from test files
UTF-8 is now the default encoding and should no longer be specified. These have probably been merged from maint earlier and the coding statement was missed. lib/dialyzer/test/opaque_SUITE_data/src/modules/opaque_erl_scan.erl lib/diameter/test/diameter_codec_test.erl lib/ssh/test/ssh_unicode_SUITE.erl
Diffstat (limited to 'lib/dialyzer/test')
-rw-r--r--lib/dialyzer/test/opaque_SUITE_data/src/modules/opaque_erl_scan.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/opaque_SUITE_data/src/modules/opaque_erl_scan.erl b/lib/dialyzer/test/opaque_SUITE_data/src/modules/opaque_erl_scan.erl
index 9ecd4f92a1..24d0793a7c 100644
--- a/lib/dialyzer/test/opaque_SUITE_data/src/modules/opaque_erl_scan.erl
+++ b/lib/dialyzer/test/opaque_SUITE_data/src/modules/opaque_erl_scan.erl
@@ -1,4 +1,4 @@
-%% -*- coding: utf-8 -*-
+%%
%%
%% %CopyrightBegin%
%%