aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-09-17 13:08:27 +0200
committerHenrik Nord <[email protected]>2015-09-17 13:08:27 +0200
commit906d515b76abd98b7c0db52db484d2d7a0ba70bf (patch)
tree77c0198c1c1005c80eb6b728eb1a6c751f7fad16 /erts/emulator/test
parent92566fedf24762545f4f7527b9306eb4fd4a9ff9 (diff)
parent6c9f25aafc8682387f13f6a6ac505ffaeff476c0 (diff)
downloadotp-906d515b76abd98b7c0db52db484d2d7a0ba70bf.tar.gz
otp-906d515b76abd98b7c0db52db484d2d7a0ba70bf.tar.bz2
otp-906d515b76abd98b7c0db52db484d2d7a0ba70bf.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/test')
-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 f07f79b83d..90b6a36262 100644
--- a/erts/emulator/test/num_bif_SUITE.erl
+++ b/erts/emulator/test/num_bif_SUITE.erl
@@ -429,7 +429,7 @@ t_string_to_integer(Config) when is_list(Config) ->
list_to_binary(Value))),
{'EXIT', {badarg, _}} =
(catch erlang:list_to_integer(Value))
- end,["1.0"," 1"," -1",""]),
+ end,["1.0"," 1"," -1","","+"]),
% Custom base error cases
lists:foreach(fun({Value,Base}) ->