renamed test_loop_setup to run_test_loop

This commit is contained in:
Kip Macsai-Goren 2022-05-04 21:39:09 +00:00
parent 26dfe36c16
commit 35e619ae74
7 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ INIT_TESTS
TRAP_HANDLER m
j test_loop_setup // begin test loop/table tests instead of executing inline code.
j run_test_loop // begin test loop/table tests instead of executing inline code.
INIT_TEST_TABLE

View File

@ -40,7 +40,7 @@ INIT_TESTS
TRAP_HANDLER m
j test_loop_setup // begin test loop/table tests instead of executing inline code.
j run_test_loop // begin test loop/table tests instead of executing inline code.
INIT_TEST_TABLE

View File

@ -27,7 +27,7 @@ INIT_TESTS
TRAP_HANDLER m
j test_loop_setup // begin test loop/table tests instead of executing inline code.
j run_test_loop // begin test loop/table tests instead of executing inline code.
INIT_TEST_TABLE

View File

@ -27,7 +27,7 @@ INIT_TESTS
TRAP_HANDLER m
j test_loop_setup // begin test loop/table tests instead of executing inline code.
j run_test_loop // begin test loop/table tests instead of executing inline code.
INIT_TEST_TABLE

View File

@ -27,7 +27,7 @@ INIT_TESTS
TRAP_HANDLER m
j test_loop_setup // begin test loop/table tests instead of executing inline code.
j run_test_loop // begin test loop/table tests instead of executing inline code.
INIT_TEST_TABLE

View File

@ -40,7 +40,7 @@ INIT_TESTS
TRAP_HANDLER m
j test_loop_setup // begin test loop/table tests instead of executing inline code.
j run_test_loop // begin test loop/table tests instead of executing inline code.
INIT_TEST_TABLE

View File

@ -27,7 +27,7 @@ INIT_TESTS
TRAP_HANDLER m
j test_loop_setup // begin test loop/table tests instead of executing inline code.
j run_test_loop // begin test loop/table tests instead of executing inline code.
INIT_TEST_TABLE