aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/distribution_SUITE.erl
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2013-01-23 12:06:15 +0100
committerSverker Eriksson <[email protected]>2013-01-23 12:06:15 +0100
commit5d2aaef89f2e1dce2147ac56a105f129390f31a3 (patch)
tree14eb55be52375fe43473cdf03d5cd249c2af7903 /erts/emulator/test/distribution_SUITE.erl
parent1f4765cca4874fa92fcfad888fbe6d5f2fbf74d1 (diff)
downloadotp-5d2aaef89f2e1dce2147ac56a105f129390f31a3.tar.gz
otp-5d2aaef89f2e1dce2147ac56a105f129390f31a3.tar.bz2
otp-5d2aaef89f2e1dce2147ac56a105f129390f31a3.zip
erts: Testcase doing unicode atom printout with ~w
Diffstat (limited to 'erts/emulator/test/distribution_SUITE.erl')
-rw-r--r--erts/emulator/test/distribution_SUITE.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/test/distribution_SUITE.erl b/erts/emulator/test/distribution_SUITE.erl
index 7edd92d56f..101007c288 100644
--- a/erts/emulator/test/distribution_SUITE.erl
+++ b/erts/emulator/test/distribution_SUITE.erl
@@ -1240,9 +1240,9 @@ contended_atom_cache_entry_test(Config, Type) ->
get_conflicting_unicode_atoms(CIX,
ProcessPairs)
end,
-% io:format("Testing with the following atoms all using "
-% "cache index ~p:~n ~p~n",
-% [CIX, TestAtoms]),
+ io:format("Testing with the following atoms all using "
+ "cache index ~p:~n ~w~n",
+ [CIX, TestAtoms]),
Ps = lists:map(
fun (A) ->
Ref = make_ref(),