update in todo testcase (line number was wrong)

This commit is contained in:
Martin Ettl 2010-04-23 21:59:46 +02:00
parent d42b684075
commit bd4bead561
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@ private:
" char a[ii][ii][ii];\n"
" a[i*3][4*ii][ii] = 'a';\n"
"}\n");
TODO_ASSERT_EQUALS("[test.cpp:4]: (error) Array 'a[10][10][10]' index a[6][40][10] out of bounds\n", errout.str());
TODO_ASSERT_EQUALS("[test.cpp:6]: (error) Array 'a[10][10][10]' index a[6][40][10] out of bounds\n", errout.str());
}