diff options
author | Rickard Green <[email protected]> | 2013-01-21 15:44:33 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-01-21 15:44:33 +0100 |
commit | 5ee4c7136ce8f311e3d3384ae0feb29bcbff6e85 (patch) | |
tree | 25660e94b497918663dba3e4de3d664dab35398a | |
parent | 6347bc07dac9f958b4ac3cb751dabae08d350b8b (diff) | |
download | otp-5ee4c7136ce8f311e3d3384ae0feb29bcbff6e85.tar.gz otp-5ee4c7136ce8f311e3d3384ae0feb29bcbff6e85.tar.bz2 otp-5ee4c7136ce8f311e3d3384ae0feb29bcbff6e85.zip |
workaround...
-rw-r--r-- | erts/emulator/test/distribution_SUITE.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/test/distribution_SUITE.erl b/erts/emulator/test/distribution_SUITE.erl index e7bd8d19c3..7edd92d56f 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 ~p~n", +% [CIX, TestAtoms]), Ps = lists:map( fun (A) -> Ref = make_ref(), |