testrunner: fixed test case when TestTokenizer::setVarIdOld is used

This commit is contained in:
Daniel Marjamäki 2012-04-22 09:56:02 +02:00
parent b4ffb5e0cf
commit 807f49ce83
1 changed files with 2 additions and 2 deletions

View File

@ -3418,8 +3418,8 @@ private:
"8: void foo :: bar ( )\n"
"9: {\n"
"10: POINT pOutput@3 ; pOutput@3 = { 0 , 0 } ;\n"
"11: int x@4 ; x@4 = pOutput@3 . x@5 ;\n"
"12: int y@6 ; y@6 = pOutput@3 . y@7 ;\n"
"11: int x@4 ; x@4 = pOutput@3 . x@6 ;\n"
"12: int y@5 ; y@5 = pOutput@3 . y@7 ;\n"
"13: }\n");
ASSERT_EQUALS(expected, actual);