aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/inline_SUITE_data
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-02-01 05:26:40 +0100
committerBjörn Gustavsson <[email protected]>2019-02-01 13:03:29 +0100
commitbb94f0d1b39fd4d00f73b6094be4cb6a4b074dac (patch)
tree28c6acfbed271b66aef9996b08648c64e1f4da6f /lib/compiler/test/inline_SUITE_data
parent9a18f49b1c4d5cbbcec0ef4e85a33ead038b8faf (diff)
downloadotp-bb94f0d1b39fd4d00f73b6094be4cb6a4b074dac.tar.gz
otp-bb94f0d1b39fd4d00f73b6094be4cb6a4b074dac.tar.bz2
otp-bb94f0d1b39fd4d00f73b6094be4cb6a4b074dac.zip
inline_SUITE: Don't start a slave node
A long time ago there was a good idea to run compiled code in a slave node. Nowadays, not so much.
Diffstat (limited to 'lib/compiler/test/inline_SUITE_data')
-rw-r--r--lib/compiler/test/inline_SUITE_data/barnes2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/inline_SUITE_data/barnes2.erl b/lib/compiler/test/inline_SUITE_data/barnes2.erl
index a986331060..49e9bdfb6b 100644
--- a/lib/compiler/test/inline_SUITE_data/barnes2.erl
+++ b/lib/compiler/test/inline_SUITE_data/barnes2.erl
@@ -6,7 +6,7 @@
?MODULE() ->
Stars = create_scenario(1000, 1.0),
R = hd(loop(10,1000.0,Stars,0)),
- Str = lists:flatten(io:lib_format("~s", [R])),
+ Str = lists:flatten(io_lib:format("~p", [R])),
{R,Str =:= {1.00000,-1.92269e+4,-1.92269e+4,2.86459e-2,2.86459e-2}}.
create_scenario(N, M) ->