From 18e7813e0418a5b721053e9c42fc064f71c328d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 9 Feb 2010 18:11:06 +0100 Subject: [PATCH] Fixed #1373 (###### If you see this, there is a bug ######) --- test/teststl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/teststl.cpp b/test/teststl.cpp index ad87e1513..0369a3656 100644 --- a/test/teststl.cpp +++ b/test/teststl.cpp @@ -84,7 +84,7 @@ private: Tokenizer tokenizer; std::istringstream istr(code.c_str()); tokenizer.tokenize(istr, "test.cpp"); - tokenizer.setVarId(); + tokenizer.simplifyTokenList(); // Clear the error buffer.. errout.str("");