summaryrefslogtreecommitdiff
path: root/erts/emulator/test/hello_SUITE_data/hello.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/hello_SUITE_data/hello.erl')
-rw-r--r--erts/emulator/test/hello_SUITE_data/hello.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/test/hello_SUITE_data/hello.erl b/erts/emulator/test/hello_SUITE_data/hello.erl
index 7e77a71061..dc068d4621 100644
--- a/erts/emulator/test/hello_SUITE_data/hello.erl
+++ b/erts/emulator/test/hello_SUITE_data/hello.erl
@@ -1662,7 +1662,7 @@ test_hibernate() ->
maximum_hibernate_heap_size(Term) ->
%% When hibernating, a few extra words will be allocated to hold the
%% continuation pointer as well as scratch space for the interpreter/jit.
- erts_debug:flat_size(Term) + 4.
+ erts_debug:flat_size(Term) + 8.
hibernate_wake_up(0, _, _) -> ok;
hibernate_wake_up(N, MaxHeapSz, Child) ->
@@ -1891,12 +1891,12 @@ micro(int_arith) ->
#micro{function = int_arith,
weight = 3,
loops = 4157,
- str = "Small Integer arithmetics"};
+ str = "Small Integer arithmetic"};
micro(float_arith) ->
#micro{function = float_arith,
weight = 1,
loops = 5526,
- str = "Float arithmetics"};
+ str = "Float arithmetic"};
micro(fcalls) ->
#micro{function = fcalls,
weight = 5,