Reverted changes made in [1289]
This commit is contained in:
parent
f4a8bc85f2
commit
dddfc50dff
|
@ -82,7 +82,6 @@ private:
|
||||||
TEST_CASE(array_index_10);
|
TEST_CASE(array_index_10);
|
||||||
TEST_CASE(array_index_11);
|
TEST_CASE(array_index_11);
|
||||||
TEST_CASE(array_index_12);
|
TEST_CASE(array_index_12);
|
||||||
// TODO TEST_CASE(array_index_13); ticket #118
|
|
||||||
|
|
||||||
TEST_CASE(buffer_overrun_1);
|
TEST_CASE(buffer_overrun_1);
|
||||||
TEST_CASE(buffer_overrun_2);
|
TEST_CASE(buffer_overrun_2);
|
||||||
|
@ -382,21 +381,6 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void array_index_13()
|
|
||||||
{
|
|
||||||
check("typedef unsigned char U8;\n"
|
|
||||||
"typedef unsigned long U32;\n"
|
|
||||||
"\n"
|
|
||||||
"void foo()\n"
|
|
||||||
"{\n"
|
|
||||||
" U32 data[21];\n"
|
|
||||||
" memory[pos++] = (U8) data[2];\n"
|
|
||||||
" sprintf( buf2, \" %s = V%d\n\", outputIO[data[0]], data[2] );\n"
|
|
||||||
"}\n");
|
|
||||||
ASSERT_EQUALS(std::string(""), errout.str());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue