aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-03-24 09:29:17 +0100
committerBjörn Gustavsson <[email protected]>2015-04-13 12:37:54 +0200
commit1414073af81016d54fc9157f2005301b7fcf4fe6 (patch)
treec9293af0c8375d8e02925d2e0d8f0dee3a52b0d5 /lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S
parent529af720ae7b663aa6a1a086b31ba9e3605ff21e (diff)
downloadotp-1414073af81016d54fc9157f2005301b7fcf4fe6.tar.gz
otp-1414073af81016d54fc9157f2005301b7fcf4fe6.tar.bz2
otp-1414073af81016d54fc9157f2005301b7fcf4fe6.zip
beam_validator: No longer require strict literal term order
The BEAM loader will now sort keys for maps during loading, so beam_validator should not require the keys to be ordered any order. However, we must still ensure that literals keys are unique (which was implicitly guaranteed by the strict ordering requirement).
Diffstat (limited to 'lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S')
-rw-r--r--lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S b/lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S
index 9af68c82d4..5e7ccc1e5d 100644
--- a/lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S
+++ b/lib/compiler/test/beam_validator_SUITE_data/map_field_lists.S
@@ -13,7 +13,7 @@
{func_info,{atom,map_field_lists},{atom,x},1}.
{label,2}.
{test,is_map,{f,1},[{x,0}]}.
- {test,has_map_fields,{f,1},{x,0},{list,[{atom,z},{atom,a}]}}.
+ {test,has_map_fields,{f,1},{x,0},{list,[{atom,a},{atom,a}]}}.
{move,{atom,ok},{x,0}}.
return.