aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/binary_SUITE.erl
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-02-19 15:44:49 +0100
committerJohn Högberg <[email protected]>2018-02-19 15:44:49 +0100
commit65c9c50714d45d8dba31f3e897862b6e2b389d60 (patch)
treef8e5cf9dd70a0e2d3382a62a72f739b691e400a3 /erts/emulator/test/binary_SUITE.erl
parent7e096c55739c241e4c3efc12ec4ced8d5052928e (diff)
parentd19fc31cba8670c2fc09a7911b4e329052a3a23d (diff)
downloadotp-65c9c50714d45d8dba31f3e897862b6e2b389d60.tar.gz
otp-65c9c50714d45d8dba31f3e897862b6e2b389d60.tar.bz2
otp-65c9c50714d45d8dba31f3e897862b6e2b389d60.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/test/binary_SUITE.erl')
-rw-r--r--erts/emulator/test/binary_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/binary_SUITE.erl b/erts/emulator/test/binary_SUITE.erl
index 4bc1838139..a3c3daac15 100644
--- a/erts/emulator/test/binary_SUITE.erl
+++ b/erts/emulator/test/binary_SUITE.erl
@@ -262,6 +262,7 @@ test_deep_bitstr(List) ->
{Bin,bitstring_to_list(Bin)}.
bad_list_to_binary(Config) when is_list(Config) ->
+ test_bad_bin(<<1:1>>),
test_bad_bin(atom),
test_bad_bin(42),
test_bad_bin([1|2]),