diff options
Diffstat (limited to 'test/rlhc.d/case/call1.c-C-F1--goto-backend.exp')
-rw-r--r-- | test/rlhc.d/case/call1.c-C-F1--goto-backend.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rlhc.d/case/call1.c-C-F1--goto-backend.exp b/test/rlhc.d/case/call1.c-C-F1--goto-backend.exp index 97d16fde..db0903be 100644 --- a/test/rlhc.d/case/call1.c-C-F1--goto-backend.exp +++ b/test/rlhc.d/case/call1.c-C-F1--goto-backend.exp @@ -13,7 +13,7 @@ struct test static const char _test_trans_keys [] = { 1, 0, 3, 6, 2, 4, 0, 0, 5, 5, 2, 2, 8, 11, 12, 12, 12, 12, 11, 11, 12, 12, 4, 4, 9, 9, 8, 8, 13, 13, 8, 8, 10, 10, 1, 0, 11, 11, 7, 7, 7, 7, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0 , }; static const char _test_char_class [] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 4, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 8, 1, 1, 1, 1, 1, 9, 1, 1, 10, 11, 1, 1, 12, 1, 1, 1, 13, 0 , }; static const char _test_index_offsets [] = { 0, 0, 4, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 24, 25, 26, 27, 27, 27, 27, 27, 0 , }; -static const char _test_indicies [] = { 0, 0, 1, 2, 3, 0, 0, 4, 5, 6, 7, 1, 1, 8, 9, 10, 11, 12, 13, 13, 14, 15, 16, 17, 19, 20, 21, 0 , }; +static const char _test_indices [] = { 0, 0, 1, 2, 3, 0, 0, 4, 5, 6, 7, 1, 1, 8, 9, 10, 11, 12, 13, 13, 14, 15, 16, 17, 19, 20, 21, 0 , }; static const char _test_index_defaults [] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 18, 1, 1, 1, 22, 1, 1, 1, 1, 0 , }; static const char _test_trans_cond_spaces [] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0 , }; static const char _test_cond_targs [] = { 2, 0, 4, 3, 23, 5, 6, 7, 12, 8, 9, 10, 11, 3, 14, 15, 16, 17, 24, 19, 20, 21, 25, 0 , }; @@ -57,7 +57,7 @@ void test_execute( struct test *fsm, const char *data, int len ) _resume : _keys = _test_trans_keys + (fsm->cs<<1); - _inds = _test_indicies + _test_index_offsets[fsm->cs]; + _inds = _test_indices + _test_index_offsets[fsm->cs]; if ( ((*( p )) )<= 118 && ((*( p )) )>= 10 ) |