From 5d2aaef89f2e1dce2147ac56a105f129390f31a3 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 23 Jan 2013 12:06:15 +0100 Subject: erts: Testcase doing unicode atom printout with ~w --- erts/emulator/test/distribution_SUITE.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'erts/emulator') 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(), -- cgit v1.2.3