diff options
Diffstat (limited to 'test/rlhc.d/case/atoi2_cs.cs-A-F1--var-backend.exp')
-rw-r--r-- | test/rlhc.d/case/atoi2_cs.cs-A-F1--var-backend.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rlhc.d/case/atoi2_cs.cs-A-F1--var-backend.exp b/test/rlhc.d/case/atoi2_cs.cs-A-F1--var-backend.exp index 10635c29..27aaedef 100644 --- a/test/rlhc.d/case/atoi2_cs.cs-A-F1--var-backend.exp +++ b/test/rlhc.d/case/atoi2_cs.cs-A-F1--var-backend.exp @@ -13,7 +13,7 @@ namespace Test { static readonly char []_state_chart_trans_keys = { '\u0001', '\u0000', '\u0004', '\u0004', '\u0000', '\u0004', '\u0002', '\u0004', '\u0000', }; static readonly sbyte []_state_chart_char_class = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 3, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, }; static readonly sbyte []_state_chart_index_offsets = { 0, 0, 1, 6, 0, }; - static readonly sbyte []_state_chart_indicies = { 0, 2, 1, 1, 1, 0, 3, 4, 5, 0, }; + static readonly sbyte []_state_chart_indices = { 0, 2, 1, 1, 1, 0, 3, 4, 5, 0, }; static readonly sbyte []_state_chart_index_defaults = { 0, 1, 1, 1, 0, }; static readonly sbyte []_state_chart_trans_cond_spaces = { -1, -1, -1, -1, -1, -1, 0, }; static readonly sbyte []_state_chart_cond_targs = { 2, 0, 3, 1, 1, 2, 0, }; @@ -77,7 +77,7 @@ namespace Test { { int _ic = (int)_state_chart_char_class[(int)( data[p ]) - 10]; if ( _ic <= (int)_state_chart_trans_keys[_keys+1]&& _ic >= (int)_state_chart_trans_keys[_keys ] ) - _trans = (uint )_state_chart_indicies[_inds + (int)( _ic - (int)_state_chart_trans_keys[_keys ]) ]; + _trans = (uint )_state_chart_indices[_inds + (int)( _ic - (int)_state_chart_trans_keys[_keys ]) ]; else _trans = (uint )_state_chart_index_defaults[cs]; |