fix previous patch: test for #2614 (missing varid on function parameter)

This commit is contained in:
Robert Reif 2011-04-18 18:53:11 -04:00
parent 6a09ee0be1
commit 1b7183a294
1 changed files with 1 additions and 1 deletions

View File

@ -2849,7 +2849,7 @@ private:
"1: class A {\n"
"2: B < C < 1 > , 1 > b@1 ;\n"
"3: } ;\n");
ASSERT_EQUALS("", errout.str());
ASSERT_EQUALS(expected, tokenizeDebugListing(code));
}
void varid30() // ticket #2614