From 38ee7523add61be240f6afa5110fc87b81048592 Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Mon, 2 Jan 2012 19:41:08 +0100 Subject: [PATCH] Remove redundant testcase I forgot to remove in previous commit. --- test/testtokenize.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/testtokenize.cpp b/test/testtokenize.cpp index 9e5651790..7324f0ea4 100644 --- a/test/testtokenize.cpp +++ b/test/testtokenize.cpp @@ -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() {