removed mode0_test from list of standard tests

This commit is contained in:
David Schleef 2001-10-04 20:12:04 +00:00
parent c8af5fcdaf
commit b76621f048

View file

@ -49,7 +49,7 @@ struct test_struct{
};
struct test_struct tests[]={
{ "info", test_info, TEST_STD },
{ "mode0_read", test_mode0_read, TEST_STD },
{ "mode0_read", test_mode0_read, TEST_NEVER },
{ "insn_read", test_insn_read, TEST_STD },
{ "insn_read_time", test_insn_read_time, TEST_STD },
{ "cmd_no_cmd", test_cmd_no_cmd, TEST_STD },