Remove redundant testcase I forgot to remove in previous commit.

This commit is contained in:
Edoardo Prezioso 2012-01-02 19:41:08 +01:00
parent 94a2287370
commit 38ee7523ad
1 changed files with 0 additions and 5 deletions

View File

@ -3134,11 +3134,6 @@ private:
ASSERT_EQUALS("\n\n##file 0\n"
"1: namespace fruit { using banana ; }\n",
tokenizeDebugListing(code));
//Fix '(debug) found variable with varid 0' in this case
errout.str("");
tokenizeAndStringify(code.c_str());
ASSERT_EQUALS("", errout.str());
}
void varid44() {