aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-08-15 11:11:09 +0200
committerBjörn Gustavsson <[email protected]>2012-08-15 11:11:09 +0200
commit70e8c948bd762aa9e5413092d8c993e56197d69a (patch)
treef26311047c6fda74e5296ea6c25b1fb49f0f7b46 /lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S
parent160bf5da0e03f39b468ebba5d39d1658c8a370e6 (diff)
parentc5e5cf792d87e0d23f80ff572f499f0e3e044933 (diff)
downloadotp-70e8c948bd762aa9e5413092d8c993e56197d69a.tar.gz
otp-70e8c948bd762aa9e5413092d8c993e56197d69a.tar.bz2
otp-70e8c948bd762aa9e5413092d8c993e56197d69a.zip
Merge branch 'maint'
* maint: erl_lint: Add a deprecated warning for literal tuple funs beam_utils:live_opt/1: Correct handling of try_case_end/1 Correct guard_SUITE_tuple_size.S beam_type: Print the offending function if this pass crashes beam_validator: Validate the size operand in bs_init_bits and bs_init2
Diffstat (limited to 'lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S')
-rw-r--r--lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S b/lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S
index c0bf04ed8f..cffb792920 100644
--- a/lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S
+++ b/lib/compiler/test/guard_SUITE_data/guard_SUITE_tuple_size.S
@@ -19,10 +19,10 @@
{get_tuple_element,{x,0},1,{x,2}}.
{get_tuple_element,{x,0},2,{x,3}}.
{get_tuple_element,{x,0},3,{x,4}}.
- {gc_bif,'+',{f,0},5,[{x,1},{x,2}],{x,0}}.
- {gc_bif,'+',{f,0},5,[{x,0},{x,3}],{x,0}}.
- {gc_bif,'+',{f,0},5,[{x,0},{x,4}],{x,0}}.
- {gc_bif,'+',{f,0},5,[{x,0},{x,5}],{x,0}}.
+ {gc_bif,'+',{f,0},6,[{x,1},{x,2}],{x,0}}.
+ {gc_bif,'+',{f,0},6,[{x,0},{x,3}],{x,0}}.
+ {gc_bif,'+',{f,0},6,[{x,0},{x,4}],{x,0}}.
+ {gc_bif,'+',{f,0},6,[{x,0},{x,5}],{x,0}}.
return.
{label,3}.
{badmatch,{x,0}}.