aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/num_bif_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-01-17 16:16:13 +0100
committerLukas Larsson <[email protected]>2018-01-17 16:16:13 +0100
commitdb58a0c04ca183de5e5436e0ae97e3f109a458fe (patch)
tree52e4b98f9d409656b0cda4fa695f785693c72346 /erts/emulator/test/num_bif_SUITE.erl
parent4aa94b815f9c99c5916e9932d9823e5369a63e0c (diff)
parent919b6ddc24e409ec78380af14511ad50a88b4525 (diff)
downloadotp-db58a0c04ca183de5e5436e0ae97e3f109a458fe.tar.gz
otp-db58a0c04ca183de5e5436e0ae97e3f109a458fe.tar.bz2
otp-db58a0c04ca183de5e5436e0ae97e3f109a458fe.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/test/num_bif_SUITE.erl')
-rw-r--r--erts/emulator/test/num_bif_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/num_bif_SUITE.erl b/erts/emulator/test/num_bif_SUITE.erl
index 17555d63c6..7fb132c587 100644
--- a/erts/emulator/test/num_bif_SUITE.erl
+++ b/erts/emulator/test/num_bif_SUITE.erl
@@ -491,7 +491,7 @@ t_string_to_integer(Config) when is_list(Config) ->
list_to_binary(Value),Base)),
{'EXIT', {badarg, _}} =
(catch erlang:list_to_integer(Value,Base))
- end,[{" 1",1},{" 1",37},{"2",2},{"C",11},
+ end,[{" 1",1},{" 1",37},{"2",2},{"B",11},{"b",11},{":", 16},
{"1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111z",16},
{"1z111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111",16},
{"111z11111111",16}]),